##修改jbo

This commit is contained in:
zhangjun 2020-07-27 10:27:04 +08:00
parent 2798e7cd92
commit dea4498c57
2 changed files with 101 additions and 17 deletions

View File

@ -3404,23 +3404,23 @@
</class>
<class name="VI_CSAN" label="" keyAttributes="">
<attributes>
<attribute name="`TYPENO`" label="`TYPENO`" type="STRING"/>
<attribute name="`SORTNO`" label="`SORTNO`" type="STRING"/>
<attribute name="`TYPENAME`" label="`TYPENAME`" type="STRING"/>
<attribute name="`ATTRIBUTE2`" label="`ATTRIBUTE2`" type="STRING"/>
<attribute name="`PRODUCTID`" label="`PRODUCTID`" type="STRING"/>
<attribute name="`VERSIONID`" label="`VERSIONID`" type="STRING"/>
<attribute name="`LeasForm`" label="`LeasForm`" type="STRING"/>
<attribute name="`equip_type`" label="`equip_type`" type="STRING"/>
<attribute name="`IS_ALL_DEALER`" label="`IS_ALL_DEALER`" type="STRING"/>
<attribute name="`IS_ALL_CAR`" label="`IS_ALL_CAR`" type="STRING"/>
<attribute name="`orgid`" label="`orgid`" type="STRING"/>
<attribute name="`id`" label="`id`" type="STRING"/>
<attribute name="`DISTRIBUTOR_NAME`" label="`DISTRIBUTOR_NAME`" type="STRING"/>
<attribute name="`modelid`" label="`modelid`" type="STRING"/>
<attribute name="`modelname`" label="`modelname`" type="STRING"/>
<attribute name="`operationType`" label="`operationType`" type="STRING"/>
<attribute name="`ManySubject`" label="`ManySubject`" type="STRING"/>
<attribute name="TYPENO" label="TYPENO" type="STRING"/>
<attribute name="SORTNO" label="SORTNO" type="STRING"/>
<attribute name="TYPENAME" label="TYPENAME" type="STRING"/>
<attribute name="ATTRIBUTE2" label="ATTRIBUTE2" type="STRING"/>
<attribute name="PRODUCTID" label="PRODUCTID" type="STRING"/>
<attribute name="VERSIONID" label="VERSIONID" type="STRING"/>
<attribute name="LeasForm" label="LeasForm" type="STRING"/>
<attribute name="equip_type" label="equip_type" type="STRING"/>
<attribute name="IS_ALL_DEALER" label="IS_ALL_DEALER" type="STRING"/>
<attribute name="IS_ALL_CAR" label="IS_ALL_CAR" type="STRING"/>
<attribute name="orgid" label="orgid" type="STRING"/>
<attribute name="id" label="id" type="STRING"/>
<attribute name="DISTRIBUTOR_NAME" label="DISTRIBUTOR_NAME" type="STRING"/>
<attribute name="modelid" label="modelid" type="STRING"/>
<attribute name="modelname" label="modelname" type="STRING"/>
<attribute name="operationType" label="operationType" type="STRING"/>
<attribute name="ManySubject" label="ManySubject" type="STRING"/>
</attributes>
<manager>
<managerProperties>

View File

@ -0,0 +1,84 @@
package jbo.app.tenwa.customer;
import java.lang.String;
/**
* - JBO命名常量类<br><br>
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
*/
public interface VI_CSAN{
/**
* <br><br>
* 代表本类映射的BizObjectClass
*/
public static final String CLASS_NAME = "jbo.app.tenwa.customer.VI_CSAN";
/**
* TYPENO STRING(20)<br>
*/
public static final String TYPENO = "TYPENO";
/**
* SORTNO STRING(20)<br>
*/
public static final String SORTNO = "SORTNO";
/**
* TYPENAME STRING(20)<br>
*/
public static final String TYPENAME = "TYPENAME";
/**
* ATTRIBUTE2 STRING(20)<br>
*/
public static final String ATTRIBUTE2 = "ATTRIBUTE2";
/**
* PRODUCTID STRING(20)<br>
*/
public static final String PRODUCTID = "PRODUCTID";
/**
* VERSIONID STRING(20)<br>
*/
public static final String VERSIONID = "VERSIONID";
/**
* LeasForm STRING(20)<br>
*/
public static final String LeasForm = "LeasForm";
/**
* equip_type STRING(20)<br>
*/
public static final String equip_type = "equip_type";
/**
* IS_ALL_DEALER STRING(20)<br>
*/
public static final String IS_ALL_DEALER = "IS_ALL_DEALER";
/**
* IS_ALL_CAR STRING(20)<br>
*/
public static final String IS_ALL_CAR = "IS_ALL_CAR";
/**
* orgid STRING(20)<br>
*/
public static final String orgid = "orgid";
/**
* id STRING(20)<br>
*/
public static final String id = "id";
/**
* DISTRIBUTOR_NAME STRING(20)<br>
*/
public static final String DISTRIBUTOR_NAME = "DISTRIBUTOR_NAME";
/**
* modelid STRING(20)<br>
*/
public static final String modelid = "modelid";
/**
* modelname STRING(20)<br>
*/
public static final String modelname = "modelname";
/**
* operationType STRING(20)<br>
*/
public static final String operationType = "operationType";
/**
* ManySubject STRING(20)<br>
*/
public static final String ManySubject = "ManySubject";
}