提交实体类

This commit is contained in:
tangfutang 2020-08-27 10:25:54 +08:00
parent aefa8104b6
commit 55c8b57e1f
3 changed files with 90 additions and 40 deletions

View File

@ -2337,47 +2337,10 @@
</manager>
</class>
<class name="LM_GPS_ORDER" label="GPS工单信息正式表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="主键" type="STRING" length="32"/>
<attribute name="APPLY_NO" label="申请编号" type="STRING" length="32"/>
<attribute name="ORDER_NO" label="工单编号" type="STRING" length="32"/>
<attribute name="CONTACT_NAME" label="现场联系人" type="STRING" length="256"/>
<attribute name="CONTACT_PHONE" label="现场联系人电话" type="STRING" length="32"/>
<attribute name="PICCONTACT_NAME" label="派工联系人" type="STRING" length="256"/>
<attribute name="PICCONTACT_PHONE" label="派工联系人电话" type="STRING" length="32"/>
<attribute name="INSTALL_TIME" label="上门时间" type="STRING" length="32"/>
<attribute name="ADDRESS_CODE" label="上门地址最新国标编码" type="STRING" length="32"/>
<attribute name="ADDRESS_DETAIL" label="详细地址" type="STRING" length="512"/>
<attribute name="CAR_VIN" label="车架号" type="STRING" length="32"/>
<attribute name="WIRED_NUM" label="有线设备数量" type="STRING" length="32"/>
<attribute name="WIRED_PERIOD" label="有线设备使用年限" type="STRING" length="32"/>
<attribute name="WIRELESS_NUM" label="无线设备数量" type="STRING" length="32"/>
<attribute name="WIRELESS_PERIOD" label="无线设备使用年限" type="STRING" length="32"/>
<attribute name="CAR_ACCOUNT" label="拉车账号" type="STRING" length="128"/>
<attribute name="RESULT" label="调用返回值" type="STRING" length="32"/>
<attribute name="MESSAGE" label="信息" type="STRING" length="512"/>
<attribute name="STATUS" label="订单状态" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="录入时间" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="录入人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="录入部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lm_gps_order" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LM_GPS_ORDER_TEMP" label="GPS工单信息临时表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="主键" type="STRING" length="32"/>
<attribute name="APPLY_NO" label="申请编号" type="STRING" length="32"/>
<attribute name="ORDER_NO" label="工单编号" type="STRING" length="32"/>
<attribute name="ORDER_NO" label="工单编号" type="STRING" length="40"/>
<attribute name="CONTACT_NAME" label="现场联系人" type="STRING" length="256"/>
<attribute name="CONTACT_PHONE" label="现场联系人电话" type="STRING" length="32"/>
<attribute name="PICCONTACT_NAME" label="派工联系人" type="STRING" length="256"/>
@ -2396,11 +2359,58 @@
<attribute name="STATUS" label="订单状态" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="CARTYPE" label="车型" type="STRING" length="100"/>
<attribute name="USERNAME" label="车主名称" type="STRING" length="32"/>
<attribute name="USERPHONE" label="车主电话" type="STRING" length="11"/>
<attribute name="SHOPNAME" label="安装店面" type="STRING" length="100"/>
<attribute name="SOURCE" label="GPS来源" type="STRING" length="10"/>
<attribute name="INPUTTIME" label="录入时间" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="录入人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="录入部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lm_gps_order" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LM_GPS_ORDER_TEMP" label="GPS工单信息临时表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="主键" type="STRING" length="32"/>
<attribute name="APPLY_NO" label="申请编号" type="STRING" length="32"/>
<attribute name="ORDER_NO" label="工单编号" type="STRING" length="40"/>
<attribute name="CONTACT_NAME" label="现场联系人" type="STRING" length="256"/>
<attribute name="CONTACT_PHONE" label="现场联系人电话" type="STRING" length="32"/>
<attribute name="PICCONTACT_NAME" label="派工联系人" type="STRING" length="256"/>
<attribute name="PICCONTACT_PHONE" label="派工联系人电话" type="STRING" length="32"/>
<attribute name="INSTALL_TIME" label="上门时间" type="STRING" length="32"/>
<attribute name="ADDRESS_CODE" label="上门地址最新国标编码" type="STRING" length="32"/>
<attribute name="ADDRESS_DETAIL" label="详细地址" type="STRING" length="512"/>
<attribute name="CAR_VIN" label="车架号" type="STRING" length="32"/>
<attribute name="WIRED_NUM" label="有线设备数量" type="STRING" length="32"/>
<attribute name="WIRED_PERIOD" label="有线设备使用年限" type="STRING" length="32"/>
<attribute name="WIRELESS_NUM" label="无线设备数量" type="STRING" length="32"/>
<attribute name="WIRELESS_PERIOD" label="无线设备使用年限" type="STRING" length="32"/>
<attribute name="CAR_ACCOUNT" label="拉车账号" type="STRING" length="128"/>
<attribute name="RESULT" label="调用返回值" type="STRING" length="32"/>
<attribute name="MESSAGE" label="信息" type="STRING" length="512"/>
<attribute name="STATUS" label="订单状态" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="CARTYPE" label="车型" type="STRING" length="100"/>
<attribute name="USERNAME" label="车主名称" type="STRING" length="32"/>
<attribute name="USERPHONE" label="车主电话" type="STRING" length="11"/>
<attribute name="SHOPNAME" label="安装店面" type="STRING" length="100"/>
<attribute name="SOURCE" label="GPS来源" type="STRING" length="10"/>
<attribute name="INPUTTIME" label="录入时间" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="录入人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="录入部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>

View File

@ -22,7 +22,7 @@ public interface LM_GPS_ORDER{
*/
public static final String APPLY_NO = "APPLY_NO";
/**
* 묏데긍뵀 STRING(32)<br>
* 工单编号 STRING(40)<br>
*/
public static final String ORDER_NO = "ORDER_NO";
/**
@ -98,6 +98,26 @@ public interface LM_GPS_ORDER{
*/
public static final String FLOWUNID = "FLOWUNID";
/**
* 车型 STRING(100)<br>
*/
public static final String CARTYPE = "CARTYPE";
/**
* 车主名称 STRING(32)<br>
*/
public static final String USERNAME = "USERNAME";
/**
* 车主电话 STRING(11)<br>
*/
public static final String USERPHONE = "USERPHONE";
/**
* 安装店面 STRING(100)<br>
*/
public static final String SHOPNAME = "SHOPNAME";
/**
* GPS来源 STRING(10)<br>
*/
public static final String SOURCE = "SOURCE";
/**
* 录入时间 STRING(32)<br>
*/
public static final String INPUTTIME = "INPUTTIME";

View File

@ -22,7 +22,7 @@ public interface LM_GPS_ORDER_TEMP{
*/
public static final String APPLY_NO = "APPLY_NO";
/**
* 묏데긍뵀 STRING(32)<br>
* 工单编号 STRING(40)<br>
*/
public static final String ORDER_NO = "ORDER_NO";
/**
@ -98,6 +98,26 @@ public interface LM_GPS_ORDER_TEMP{
*/
public static final String FLOWUNID = "FLOWUNID";
/**
* 车型 STRING(100)<br>
*/
public static final String CARTYPE = "CARTYPE";
/**
* 车主名称 STRING(32)<br>
*/
public static final String USERNAME = "USERNAME";
/**
* 车主电话 STRING(11)<br>
*/
public static final String USERPHONE = "USERPHONE";
/**
* 安装店面 STRING(100)<br>
*/
public static final String SHOPNAME = "SHOPNAME";
/**
* GPS来源 STRING(10)<br>
*/
public static final String SOURCE = "SOURCE";
/**
* 录入时间 STRING(32)<br>
*/
public static final String INPUTTIME = "INPUTTIME";