新增GPS工单表
This commit is contained in:
parent
08b0734d1c
commit
288e728c1d
@ -2306,5 +2306,115 @@
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
<class name="LM_GPS_LOCATION" label="GPS定位信息" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="ID" type="STRING" length="32"/>
|
||||
<attribute name="APPLY_NO" label="申请编号" type="STRING" length="32"/>
|
||||
<attribute name="MODEL" label="设备类型" type="STRING" length="32"/>
|
||||
<attribute name="RUN_STATUS" label="运行状态" type="STRING" length="32"/>
|
||||
<attribute name="STATUS" label="设备状态" type="STRING" length="32"/>
|
||||
<attribute name="IMEI" label="设备号" type="STRING" length="32"/>
|
||||
<attribute name="RECEIVE_TIME" label="数据接收时间" type="STRING" length="32"/>
|
||||
<attribute name="GPS_TIME" label="GPS时间" type="STRING" length="32"/>
|
||||
<attribute name="LNG" label="经度" type="STRING" length="32"/>
|
||||
<attribute name="LAT" label="纬度" type="STRING" length="32"/>
|
||||
<attribute name="INPUTTIME" label="录入时间" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="lm_gps_location" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</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="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_temp" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
<class name="LM_GPS_PHOTO" label="GPS安装图" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="ID" type="STRING" length="32"/>
|
||||
<attribute name="APPLY_NO" label="申请编号" type="STRING" length="32"/>
|
||||
<attribute name="PHOTO_NAME" label="照片名称" type="STRING" length="64"/>
|
||||
<attribute name="URL" label="路径" type="STRING" length="1024"/>
|
||||
<attribute name="INPUTTIME" label="录入时间" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="lm_gps_photo" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
</package>
|
||||
</jbo>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user