diff --git a/WebContent/WEB-INF/etc/jbo/jbo_customer.xml b/WebContent/WEB-INF/etc/jbo/jbo_customer.xml index af1f8f638..9d8313be9 100644 --- a/WebContent/WEB-INF/etc/jbo/jbo_customer.xml +++ b/WebContent/WEB-INF/etc/jbo/jbo_customer.xml @@ -3404,23 +3404,23 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/src_jbo/jbo/app/tenwa/customer/VI_CSAN.java b/src_jbo/jbo/app/tenwa/customer/VI_CSAN.java new file mode 100644 index 000000000..a4cd38ba3 --- /dev/null +++ b/src_jbo/jbo/app/tenwa/customer/VI_CSAN.java @@ -0,0 +1,84 @@ +package jbo.app.tenwa.customer; + +import java.lang.String; + +/** +* - JBO命名常量类

+* Note: This file is generated by ADE tools, dont modify it.
+ +*/ +public interface VI_CSAN{ + /** + *

+ * 代表本类映射的BizObjectClass + */ + public static final String CLASS_NAME = "jbo.app.tenwa.customer.VI_CSAN"; + /** + * TYPENO STRING(20)
+ */ + public static final String TYPENO = "TYPENO"; + /** + * SORTNO STRING(20)
+ */ + public static final String SORTNO = "SORTNO"; + /** + * TYPENAME STRING(20)
+ */ + public static final String TYPENAME = "TYPENAME"; + /** + * ATTRIBUTE2 STRING(20)
+ */ + public static final String ATTRIBUTE2 = "ATTRIBUTE2"; + /** + * PRODUCTID STRING(20)
+ */ + public static final String PRODUCTID = "PRODUCTID"; + /** + * VERSIONID STRING(20)
+ */ + public static final String VERSIONID = "VERSIONID"; + /** + * LeasForm STRING(20)
+ */ + public static final String LeasForm = "LeasForm"; + /** + * equip_type STRING(20)
+ */ + public static final String equip_type = "equip_type"; + /** + * IS_ALL_DEALER STRING(20)
+ */ + public static final String IS_ALL_DEALER = "IS_ALL_DEALER"; + /** + * IS_ALL_CAR STRING(20)
+ */ + public static final String IS_ALL_CAR = "IS_ALL_CAR"; + /** + * orgid STRING(20)
+ */ + public static final String orgid = "orgid"; + /** + * id STRING(20)
+ */ + public static final String id = "id"; + /** + * DISTRIBUTOR_NAME STRING(20)
+ */ + public static final String DISTRIBUTOR_NAME = "DISTRIBUTOR_NAME"; + /** + * modelid STRING(20)
+ */ + public static final String modelid = "modelid"; + /** + * modelname STRING(20)
+ */ + public static final String modelname = "modelname"; + /** + * operationType STRING(20)
+ */ + public static final String operationType = "operationType"; + /** + * ManySubject STRING(20)
+ */ + public static final String ManySubject = "ManySubject"; +} \ No newline at end of file