修改代办和已办客户名称模糊搜索不起效果
This commit is contained in:
parent
48cb79735a
commit
53e9ee319d
@ -3238,6 +3238,26 @@
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
|
||||
|
||||
<class name="VI_CUSTOMER_DISTRIBUTOR" label="客户和经销商名称" keyAttributes="OBJECTNO">
|
||||
<attributes>
|
||||
<attribute name="flow_unid" label="对象编号" type="STRING"/>
|
||||
<attribute name="CUSTOMER_NAME" label="客户名称" type="STRING"/>
|
||||
<attribute name="DISTRIBUTOR_NAME" label="经销商名称" type="STRING"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="VI_CUSTOMER_DISTRIBUTOR" />
|
||||
<property name="createKey" value="false" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
|
||||
|
||||
|
||||
<class name="PF_TASK_ALLOCATION_ROLE" label="" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
||||
|
||||
28
src_jbo/jbo/sys/VI_CUSTOMER_DISTRIBUTOR.java
Normal file
28
src_jbo/jbo/sys/VI_CUSTOMER_DISTRIBUTOR.java
Normal file
@ -0,0 +1,28 @@
|
||||
package jbo.sys;
|
||||
|
||||
import java.lang.String;
|
||||
|
||||
/**
|
||||
* 客户和经销商名称 - JBO命名常量类<br><br>
|
||||
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
|
||||
|
||||
*/
|
||||
public interface VI_CUSTOMER_DISTRIBUTOR{
|
||||
/**
|
||||
* 客户和经销商名称<br><br>
|
||||
* 代表本类映射的BizObjectClass
|
||||
*/
|
||||
public static final String CLASS_NAME = "jbo.sys.VI_CUSTOMER_DISTRIBUTOR";
|
||||
/**
|
||||
* 对象编号 STRING(20)<br>
|
||||
*/
|
||||
public static final String flow_unid = "flow_unid";
|
||||
/**
|
||||
* 客户名称 STRING(20)<br>
|
||||
*/
|
||||
public static final String CUSTOMER_NAME = "CUSTOMER_NAME";
|
||||
/**
|
||||
* 经销商名称 STRING(20)<br>
|
||||
*/
|
||||
public static final String DISTRIBUTOR_NAME = "DISTRIBUTOR_NAME";
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user