4406 lines
287 KiB
XML
4406 lines
287 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<jbo>
|
|
<package name="jbo.com.tenwa.lease.comm" >
|
|
|
|
<class name="LB_CAR_LICENSE_PLATE_INFO" label="车辆牌照管理" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="CAR_ID" label="车辆编号" type="STRING" length="40"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="PLATE_STATUS" label="上牌状态" type="STRING" length="32"/>
|
|
<attribute name="FRAME_NUMBER" label="车架号" type="STRING" length="32"/>
|
|
<attribute name="PLATE_NUMBER" label="车牌号" type="STRING" length="50"/>
|
|
<attribute name="PLATETIME" label="上牌时间" type="STRING" length="50"/>
|
|
<attribute name="CAR_UNIT" label="上牌单位" type="STRING" length="50"/>
|
|
<attribute name="CAR_LOCATION" label="上牌地点" type="STRING" length="50"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="contract_no" label="合同编号" type="STRING" length="100"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_CAR_LICENSE_PLATE_INFO" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_REGISTER_GPS_INFO" label="车辆GPS管理" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="CAR_ID" label="车辆编号" type="STRING" length="40"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="PLATE_NUMBER" label="车型号" type="STRING" length="32"/>
|
|
<attribute name="FRAME_NUMBER" label="车架号" type="STRING" length="32"/>
|
|
<attribute name="GPS_NET" label="GPS软件网址/软件" type="STRING" length="50"/>
|
|
<attribute name="GPS_NAME" label="GPS用户名" type="STRING" length="50"/>
|
|
<attribute name="GPS_PASSWORD" label="GPS密码" type="STRING" length="50"/>
|
|
<attribute name="VEHICLE_SPEED" label="车速" type="STRING" length="32"/>
|
|
<attribute name="TERMINAL_NUMBER" label="终端号" type="STRING" length="500"/>
|
|
<attribute name="DEMO" label="备注" type="STRING" length="2000"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="sale_dept" label="销售部" type="STRING" length="50"/>
|
|
<attribute name="provinces" label="省份" type="STRING" length="50"/>
|
|
<attribute name="stores" label="门店" type="STRING" length="50"/>
|
|
<attribute name="except_plat" label="异常平台" type="STRING" length="50"/>
|
|
<attribute name="abnormal_act" label="异常表现" type="STRING" length="50"/>
|
|
<attribute name="stores_day" label="门店反馈日" type="STRING" length="32"/>
|
|
<attribute name="exception_day" label="异常排除日" type="STRING" length="32"/>
|
|
<attribute name="except_result" label="异常核实结果分类 " type="STRING" length="32"/>
|
|
<attribute name="solve_situation" label="解决情况" type="STRING" length="32"/>
|
|
<attribute name="serial_no" label="序号" type="STRING" length="32"/>
|
|
<attribute name="contract_no" label="合同编号" type="STRING" length="32"/>
|
|
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_REGISTER_GPS_INFO" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_PROJECT_INFO_TEMP" label="项目基本信息表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PRODUCT_ID" label="业务品种编号" type="STRING" length="32"/>
|
|
<attribute name="PRODUCT_NAME" label="业务品种" type="STRING" length="100"/>
|
|
<attribute name="PROJECT_NO" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_DATE" label="项目日期" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_NAME" label="项目名称" type="STRING" length="50"/>
|
|
<attribute name="PROJECT_TYPE" label="项目类型" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_SCALE" label="项目规模" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_SOURCE" label="项目来源" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_INDUSTRY" label="内部行业" type="STRING" length="32"/>
|
|
<attribute name="LEAS_FORM" label="租赁形式" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_DEPT" label="项目出单部门" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_DEPT_DETAIL" label="部门层级名称" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_REGISTRAR" label="经办人" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_MANAGE" label="项目经理" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ASSIST" label="项目协办" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="IS_FLOW" label="是否在流程中" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_STATUS" label="状态" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="DATA_STATE" label="数据状态" type="STRING" length="32"/>
|
|
<attribute name="MODIFY_REASON" label="修改原因分类" type="STRING" length="32"/>
|
|
<attribute name="END_DATE" label="审批结束日期" type="STRING" length="32"/>
|
|
<attribute name="OTHER_CONDITION" label="其它商务条件" type="STRING" length="2000"/>
|
|
<attribute name="AREA_CODE" label="车牌号对应所在区号" type="STRING" length="32"/>
|
|
<attribute name="CAR_TYPE" label="车辆类型" type="STRING" length="32"/>
|
|
<attribute name="AREA" label="区域" type="STRING" length="32"/>
|
|
<attribute name="VERSIONID" label="版本号" type="STRING" length="64"/>
|
|
<attribute name="BUSINESSTYPE" label="业务类型" type="STRING" length="64"/>
|
|
<attribute name="distributor_id" label="distributor_id" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_NUMBER" label="合同编号" type="STRING" length="100"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_PROJECT_INFO_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
<property name="keyDatePrefix" value="'LP'yyyyMMdd"/>
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="CAR_REGISTER" label="收车登记表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="FRAME_NUMBER" label="车架号" type="STRING" length="100"/>
|
|
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="32"/>
|
|
<attribute name="LESSEE" label="承租人" type="STRING" length="32"/>
|
|
<attribute name="LICENSE_PLATE_NUMBER" label="车牌号" type="STRING" length="100"/>
|
|
<attribute name="CAR_RECLAIM_COMPANY" label="收车公司" type="STRING" length="100"/>
|
|
<attribute name="CAR_RECLAIM_COMPANY_ADDR" label="收车公司地址" type="STRING" length="1000"/>
|
|
<attribute name="GPS_TRAJECTORY" label="GPS轨迹是否正常" type="STRING" length="32"/>
|
|
<attribute name="HAVING_KEY" label="是否有钥匙" type="STRING" length="32"/>
|
|
<attribute name="RECLAIM_DATE" label="回收日期" type="STRING" length="32"/>
|
|
<attribute name="RECLAIM_PERSON" label="外派人员" type="STRING" length="32"/>
|
|
<attribute name="RECLAIM_PERSON_TEL" label="联系方式" type="STRING" length="32"/>
|
|
<attribute name="RECLAIM_SUCCESS_DATE" label="收车成功日期" type="STRING" length="32"/>
|
|
<attribute name="PARK_PLACE" label="停放地点" type="STRING" length="32"/>
|
|
<attribute name="REMARKS" label="备注" type="STRING" length="2000"/>
|
|
<attribute name="GLASS" label="玻璃" type="STRING" length="32"/>
|
|
<attribute name="WINDSHIELD_FRAME" label="风窗框架" type="STRING" length="32"/>
|
|
<attribute name="ENGINE_HOOD" label="引擎罩" type="STRING" length="32"/>
|
|
<attribute name="TRUNK_LID" label="后盖箱" type="STRING" length="32"/>
|
|
<attribute name="SURFACE_SMOOTHNESS" label="表面光洁度" type="STRING" length="32"/>
|
|
<attribute name="INSIDE" label="内部" type="STRING" length="32"/>
|
|
<attribute name="INTERIOR_PARTS" label="内部装饰" type="STRING" length="32"/>
|
|
<attribute name="HEATER" label="发热器" type="STRING" length="32"/>
|
|
<attribute name="BATTERY" label="电池" type="STRING" length="32"/>
|
|
<attribute name="ENGINE" label="发动机" type="STRING" length="32"/>
|
|
<attribute name="DERAILLEUR" label="变速器" type="STRING" length="32"/>
|
|
<attribute name="CYLINDER" label="汽缸" type="STRING" length="32"/>
|
|
<attribute name="CUSTOM_TIRE" label="定制轮胎" type="STRING" length="32"/>
|
|
<attribute name="RADIO" label="收音机" type="STRING" length="32"/>
|
|
<attribute name="MUD_GUARD_LEFT_FRONT" label="挡泥板(左前)" type="STRING" length="32"/>
|
|
<attribute name="MUD_GUARD_LEFT_REAR" label="挡泥板(左后)" type="STRING" length="32"/>
|
|
<attribute name="MUD_GUARD_RIGHT_FRONT" label="挡泥板(右前)" type="STRING" length="32"/>
|
|
<attribute name="MUD_GUARD_RIGHT_REAR" label="挡泥板(右后)" type="STRING" length="32"/>
|
|
<attribute name="DOOR_PANEL_LEFT_FRONT" label="车门(左前)" type="STRING" length="32"/>
|
|
<attribute name="DOOR_PANEL_LEFT_REAR" label="车门(左后)" type="STRING" length="32"/>
|
|
<attribute name="DOOR_PANEL_RIGHT_FRONT" label="车门(右前)" type="STRING" length="32"/>
|
|
<attribute name="DOOR_PANEL_RIGHT_REAR" label="车门(右后)" type="STRING" length="32"/>
|
|
<attribute name="TIRE_LEFT_FRONT" label="轮胎(左前)" type="STRING" length="32"/>
|
|
<attribute name="TIRE_LEFT_REAR" label="轮胎(左后)" type="STRING" length="32"/>
|
|
<attribute name="TIRE_RIGHT_FRONT" label="轮胎(右前)" type="STRING" length="32"/>
|
|
<attribute name="TIRE_RIGHT_REAR" label="轮胎(右后)" type="STRING" length="32"/>
|
|
<attribute name="BUMPER_FRONT" label="保险杠(前)" type="STRING" length="32"/>
|
|
<attribute name="BUMPER_REAR" label="保险杠(后)" type="STRING" length="32"/>
|
|
<attribute name="FOUR_WHEEL_DRIVE" label="四轮驱动" type="STRING" length="32"/>
|
|
<attribute name="AIR_CONDITIONING" label="空调" type="STRING" length="32"/>
|
|
<attribute name="ELECTRIC_WINDOW" label="电动车窗" type="STRING" length="32"/>
|
|
<attribute name="ELECTRIC_SEAT" label="电动车座" type="STRING" length="32"/>
|
|
<attribute name="ELECTRIC_LOCK" label="电动车锁" type="STRING" length="32"/>
|
|
<attribute name="REAR_WINDOW_DEFROSTER" label="后窗除霜" type="STRING" length="32"/>
|
|
<attribute name="HEADLINING" label="顶蓬" type="STRING" length="32"/>
|
|
<attribute name="ELECTRIC_HEADLINING" label="电动顶蓬" type="STRING" length="32"/>
|
|
<attribute name="PLASTIC_ROOF" label="塑料车顶" type="STRING" length="32"/>
|
|
<attribute name="DOUBLE_COLOR" label="双色" type="STRING" length="32"/>
|
|
<attribute name="CAR_CONDITION" label="车况" type="STRING" length="32"/>
|
|
<attribute name="DRIVE_BACK_DEALER" label="车辆能否驶回经销商处" type="STRING" length="32"/>
|
|
<attribute name="DRAGGED_BACK_DEALER" label="车辆能否被拖回经销商处" type="STRING" length="32"/>
|
|
<attribute name="DAMAGE_DESCRIPTTION" label="损坏描述" type="STRING" length="3000"/>
|
|
<attribute name="INPUTUSERID" label="创建人" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="创建时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="32"/>
|
|
<attribute name="UUID" label="关联libraryid" type="STRING" length="32"/>
|
|
<attribute name="is_charge" label="是否收费" type="STRING" length="32"/>
|
|
<attribute name="charge_money" label="停车费" type="STRING" length="32"/>
|
|
<attribute name="driver_license" label="是否有驾驶证" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="CAR_REGISTER" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_PROJECT_INFO" label="项目基本信息表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PRODUCT_ID" label="业务品种编号" type="STRING" length="32"/>
|
|
<attribute name="PRODUCT_NAME" label="业务品种" type="STRING" length="100"/>
|
|
<attribute name="PROJECT_NO" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_DATE" label="项目日期" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_NAME" label="项目名称" type="STRING" length="50"/>
|
|
<attribute name="PROJECT_TYPE" label="项目类型" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_SCALE" label="项目规模" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_SOURCE" label="项目来源" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_INDUSTRY" label="内部行业" type="STRING" length="32"/>
|
|
<attribute name="LEAS_FORM" label="租赁形式" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_DEPT" label="项目出单部门" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_DEPT_DETAIL" label="部门层级名称" type="STRING" length="50"/>
|
|
<attribute name="PROJECT_REGISTRAR" label="经办人" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_MANAGE" label="项目经理" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ASSIST" label="项目协办" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="IS_FLOW" label="是否在流程中" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_STATUS" label="状态" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="DATA_STATE" label="数据状态" type="STRING" length="32"/>
|
|
<attribute name="MODIFY_REASON" label="修改原因分类" type="STRING" length="32"/>
|
|
<attribute name="END_DATE" label="审批结束日期" type="STRING" length="32"/>
|
|
<attribute name="OTHER_CONDITION" label="其它商务条件" type="STRING" length="2000"/>
|
|
<attribute name="ISTRANSFER" label="是否移交过" type="STRING" length="32"/>
|
|
<attribute name="AREA_CODE" label="车牌号对应所在区号" type="STRING" length="32"/>
|
|
<attribute name="CAR_TYPE" label="车辆类型" type="STRING" length="32"/>
|
|
<attribute name="AREA" label="区域" type="STRING" length="32"/>
|
|
<attribute name="VERSIONID" label="版本号" type="STRING" length="64"/>
|
|
<attribute name="BUSINESSTYPE" label="业务类型" type="STRING" length="64"/>
|
|
<attribute name="distributor_id" label="distributor_id" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_NUMBER" label="合同编号" type="STRING" length="100"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_PROJECT_INFO" />
|
|
<property name="keyDatePrefix" value="'LP'yyyyMMdd"/>
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_EQUIPMENT_TEMP" label="租赁物件临时表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="DEVICE_TYPE" label="设备类型" type="STRING" length="30"/>
|
|
<attribute name="EQUIP_NAME" label="设备名称" type="STRING" length="200"/>
|
|
<attribute name="BRAND" label="品牌" type="STRING" length="30"/>
|
|
<attribute name="MODEL" label="型号/规格" type="STRING" length="30"/>
|
|
<attribute name="EQUIP_NUM" label="数量" type="STRING" length="30"/>
|
|
<attribute name="PRICE" label="单价" type="STRING" length="30"/>
|
|
<attribute name="UNIT" label="单位" type="STRING" length="30"/>
|
|
<attribute name="EQUIP_PRICE" label="交易价格" type="DOUBLE" length="30" scale="2"/>
|
|
<attribute name="TOTAL" label="设备原值" type="STRING" length="30"/>
|
|
<attribute name="NOW_TOTAL" label="设备现值" type="STRING" length="30"/>
|
|
<attribute name="VNDR" label="供应商id" type="STRING" length="32"/>
|
|
<attribute name="VNDR_NAME" label="供应商" type="STRING" length="200"/>
|
|
<attribute name="MANUFACTURER" label="制造商id" type="STRING" length="32"/>
|
|
<attribute name="MANUFACTURER_NAME" label="制造商" type="STRING" length="200"/>
|
|
<attribute name="EQUIP_NUMBER" label="设备序列号" type="STRING" length="30"/>
|
|
<attribute name="EQUIP_DELIVERY_PLACE" label="交付地点" type="STRING" length="100"/>
|
|
<attribute name="EQUIP_DELIVERY_DATE" label="交付时间" type="STRING" length="30"/>
|
|
<attribute name="EQUIP_PLACE" label="设备设置地址" type="STRING" length="100"/>
|
|
<attribute name="MEMO" label="备注" type="STRING" length="1000"/>
|
|
<attribute name="IS_FLOW" label="是否在流程中" type="STRING" length="32"/>
|
|
<attribute name="STATUS" label="状态" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="DATA_STATE" label="数据状态" type="STRING" length="32"/>
|
|
<attribute name="MODIFY_REASON" label="修改原因分类" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="FRAME_NUMBER" label="车架号" type="STRING" length="100"/>
|
|
<attribute name="ENGINE_NUMBER" label="发动机号" type="STRING" length="100"/>
|
|
<attribute name="PLATE_NUMBER" label="车牌号" type="STRING" length="100"/>
|
|
<attribute name="EQUIP_TYPE" label="租赁物类型" type="STRING" length="32"/>
|
|
<attribute name="CONSIGNEE" label="收货人" type="STRING" length="30"/>
|
|
<attribute name="CONSIGNEE_TEL" label="收货人联系电话" type="STRING" length="30"/>
|
|
<attribute name="IS_DELIVERY" label="设备交付情况" type="STRING" length="30"/>
|
|
<attribute name="REMARK" label="交付说明" type="STRING" length="1000"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_EQUIPMENT_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_GUARANTY_TEMP" label="抵押物件信息表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="EQUIP_NAME" label="抵押物名称" type="STRING" length="200"/>
|
|
<attribute name="GUARANTOR" label="抵押人id" type="STRING" length="200"/>
|
|
<attribute name="EQUIP_INVOICE" label="发票号码" type="STRING" length="32"/>
|
|
<attribute name="GUARANTY_VALUE" label="抵质押物价值" type="DOUBLE" length="30" scale="2"/>
|
|
<attribute name="GUARANTEE_TYPE" label="抵押方式" type="STRING" length="32"/>
|
|
<attribute name="PRESENT_VALUE" label="现值" type="DOUBLE" length="30" scale="2"/>
|
|
<attribute name="IS_NOTARIZATION" label="是否抵押公正" type="STRING" length="32"/>
|
|
<attribute name="RECORD_MECH" label="登记机关" type="STRING" length="30"/>
|
|
<attribute name="PURCHASE_LIFE" label="购买年限" type="STRING" length="30"/>
|
|
<attribute name="MEMO" label="备注" type="STRING" length="100"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_STATUS" label="状态" type="STRING" length="32"/>
|
|
<attribute name="MORTGAGE_TIME" label="抵押时间" type="STRING" length="32"/>
|
|
<attribute name="CANCEL_MORTGAGE_TIME" label="取消抵押时间" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="DATA_STATE" label="数据状态" type="STRING" length="32"/>
|
|
<attribute name="MODIFY_REASON" label="修改原因分类" type="STRING" length="32"/>
|
|
<attribute name="SEAL_TYPE" label="印章类型" type="STRING" length="32"/>
|
|
<attribute name="MORTGAGA_AGENT" label="抵押代理人" type="STRING" length="32"/>
|
|
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_GUARANTY_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_UNION_LESSEE_TEMP" label="承租人临时表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="CUSTOMER_ID" label="承租人编号" type="STRING" length="32"/>
|
|
<attribute name="SHARERATE" label="份额" type="STRING" length="32"/>
|
|
<attribute name="MEMO" label="备注" type="STRING" length="1000"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="DATA_STATE" label="数据状态" type="STRING" length="32"/>
|
|
<attribute name="MODIFY_REASON" label="修改原因分类" type="STRING" length="32"/>
|
|
<attribute name="CUSTOMER_NAME" label="承租人名称" type="STRING" length="200"/>
|
|
<attribute name="IS_MAIN" label="是否是主承租人" type="STRING" length="32"/>
|
|
<attribute name="IS_HIS" label="是否保存过历史" type="STRING" length="10"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_UNION_LESSEE_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
<property name="keyDatePrefix" value="'LU'yyyyMMdd"/>
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_UNION_LESSEE" label="承租人正式表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="CUSTOMER_ID" label="承租人编号" type="STRING" length="32"/>
|
|
<attribute name="SHARERATE" label="份额" type="STRING" length="32"/>
|
|
<attribute name="MEMO" label="备注" type="STRING" length="1000"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="CUSTOMER_NAME" label="承租人名称" type="STRING" length="200"/>
|
|
<attribute name="IS_MAIN" label="是否是主承租人" type="STRING" length="32"/>
|
|
<attribute name="DATA_STATE" label="数据状态" type="STRING" length="32"/>
|
|
<attribute name="MODIFY_REASON" label="修改原因分类" type="STRING" length="32"/>
|
|
<attribute name="IS_HIS" label="是否保存过历史" type="STRING" length="10"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_UNION_LESSEE" />
|
|
<property name="createKey" value="true" />
|
|
<property name="keyDatePrefix" value="'LU'yyyyMMdd"/>
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="VI_LIMIT_USAGE_DETAIL" label="额度使用详情" keyAttributes="">
|
|
<attributes>
|
|
<attribute name="id" label="项目id" type="STRING"/>
|
|
<attribute name="project_no" label="项目编号" type="STRING"/>
|
|
<attribute name="project_name" label="项目名称" type="STRING"/>
|
|
<attribute name="product_name" label="产品名称" type="STRING"/>
|
|
<attribute name="customer_id" label="客户编号" type="STRING"/>
|
|
<attribute name="customer_name" label="客户名称" type="STRING"/>
|
|
<attribute name="leas_form" label="租赁形式" type="STRING"/>
|
|
<attribute name="inputtime" label="信审通过日期" type="STRING"/>
|
|
<attribute name="equip_amt" label="净融资额" type="STRING"/>
|
|
<attribute name="equip_amts" label="占用额度" type="STRING"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="VI_LIMIT_USAGE_DETAIL" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_VOTE_INFO_TEMP" label="投票信息临时表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="VOTE_RESULT" label="投票结果" type="STRING" length="32"/>
|
|
<attribute name="VOTE_MEMO" label="投票意见" type="STRING" length="2000"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="DATA_STATE" label="数据状态" type="STRING" length="32"/>
|
|
<attribute name="MODIFY_REASON" label="修改原因分类" type="STRING" length="32"/>
|
|
<attribute name="TASK_NO" label="任务编号" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_VOTE_INFO_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_CHANGE_INFO_TEMP" label="变更信息临时表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="CHANGE_DATE" label="变更日期" type="STRING" length="32"/>
|
|
<attribute name="CHANGE_MEMO" label="变更内容" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="DATA_STATE" label="数据状态" type="STRING" length="32"/>
|
|
<attribute name="MODIFY_REASON" label="修改原因分类" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_CHANGE_INFO_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_CHANGE_INFO" label="变更信息正式表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="CHANGE_DATE" label="变更日期" type="STRING" length="32"/>
|
|
<attribute name="CHANGE_MEMO" label="变更内容" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_CHANGE_INFO" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_MEETING_RECODE_TEMP" label="会议记录" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="MEETING_DATE" label="上会时间" type="STRING" length="32"/>
|
|
<attribute name="MEETING_PLACE" label="上会地点" type="STRING" length="200"/>
|
|
<attribute name="MEETING_CHAIRMAN" label="主持人" type="STRING" length="200"/>
|
|
<attribute name="MEETING_TYPE" label="会议方式" type="STRING" length="200"/>
|
|
<attribute name="APPROVAL_CONTENT" label="审批内容" type="STRING" length="200"/>
|
|
<attribute name="APPROVAL_PERSON" label="参加审批人员" type="STRING" length="500"/>
|
|
<attribute name="ATTENDANCE" label="列席会议人员" type="STRING" length="200"/>
|
|
<attribute name="ABSENT" label="缺席会议人员" type="STRING" length="200"/>
|
|
<attribute name="RECORD" label="会议记录" type="STRING" length="200"/>
|
|
<attribute name="CONCLUSION" label="会议结论" type="STRING" length="10000"/>
|
|
<attribute name="AGREED_NUMBER" label="同意票数" type="STRING" length="32"/>
|
|
<attribute name="CONDITIONAL_AGREED_NUMBER" label="附条件同意票数" type="STRING" length="32"/>
|
|
<attribute name="DISAGREE_NUMBER" label="不同意票数" type="STRING" length="32"/>
|
|
<attribute name="OPINION_SUMMARY" label="意见汇总" type="STRING" length="200"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="DATA_STATE" label="数据状态" type="STRING" length="32"/>
|
|
<attribute name="MODIFY_REASON" label="修改原因分类" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_MEETING_RECODE_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_CREDIT_RESULT_TEMP" label="信审结论" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="CREDIT_RESULT_TYPE" label="信审结论类型" type="STRING" length="32"/>
|
|
<attribute name="CREDIT_DATE" label="信审通过时间" type="STRING" length="32"/>
|
|
<attribute name="CREDIT_RESULT" label="信审结论" type="STRING" length="10000"/>
|
|
<attribute name="RISK_CONTROL_PERSON" label="风空经办" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="DATA_STATE" label="数据状态" type="STRING" length="32"/>
|
|
<attribute name="MODIFY_REASON" label="修改原因分类" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_CREDIT_RESULT_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_CREDIT_RESULT" label="信审结论" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="CREDIT_RESULT_TYPE" label="信审结论类型" type="STRING" length="32"/>
|
|
<attribute name="CREDIT_DATE" label="信审通过时间" type="STRING" length="32"/>
|
|
<attribute name="CREDIT_RESULT" label="信审结论" type="STRING" length="10000"/>
|
|
<attribute name="RISK_CONTROL_PERSON" label="风空经办" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_CREDIT_RESULT" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_CANCLE_INFO_TEMP" label="撤销信息" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="CANCLE_DATE" label="撤销日期" type="STRING" length="32"/>
|
|
<attribute name="CANCLE_TYPE" label="撤销类型" type="STRING" length="100"/>
|
|
<attribute name="CANCLE_RESON" label="撤销原因" type="STRING" length="10000"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="DATA_STATE" label="数据状态" type="STRING" length="32"/>
|
|
<attribute name="MODIFY_REASON" label="修改原因分类" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_CANCLE_INFO_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
|
|
<class name="LB_SUPPLIER_INFO_TEMP" label="供应商信息临时表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="SELLER" label="供应商名称" type="STRING" length="200"/>
|
|
<attribute name="SELLER_LEGAL_PERSON" label="法定代表人(卖方)" type="STRING" length="200"/>
|
|
<attribute name="SELLER_LINKMAN" label="联系人(卖方)" type="STRING" length="32"/>
|
|
<attribute name="SELLER_REGISTER_ADDR" label="注册地址" type="STRING" length="200"/>
|
|
<attribute name="SELLER_ADDR" label="通讯地址" type="STRING" length="200"/>
|
|
<attribute name="SELLER_POSTCODE" label="邮政编码" type="STRING" length="32"/>
|
|
<attribute name="SELLER_TEL" label="电话(卖方)" type="STRING" length="32"/>
|
|
<attribute name="SELLER_FAX" label="传真(卖方)" type="STRING" length="32"/>
|
|
<attribute name="SELLER_EMAIL" label="电子邮件(卖方)" type="STRING" length="50"/>
|
|
<attribute name="SELLER_ACC_NUMBER" label="开户账号" type="STRING" length="100"/>
|
|
<attribute name="SELLER_ACC_BANK" label="开户银行" type="STRING" length="100"/>
|
|
<attribute name="SELLER_ACC_NAME" label="开户户名" type="STRING" length="100"/>
|
|
<attribute name="ATTACH_CONDTION" label="附属条款" type="STRING" length="200"/>
|
|
<attribute name="CUST_TYPE" label="类型(供应商/代理商)" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="DATA_STATE" label="数据状态" type="STRING" length="32"/>
|
|
<attribute name="MODIFY_REASON" label="修改原因分类" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="登记时间" type="STRING" length="32"/>
|
|
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_SUPPLIER_INFO_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_TENANTRY_INFO_TEMP" label="合同各方承租人" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="CLIENT" label="承租人" type="STRING" length="200"/>
|
|
<attribute name="CLIENT_CONSIGNER" label="委托代理人" type="STRING" length="200"/>
|
|
<attribute name="CLIENT_ADDRESS" label="通讯地址" type="STRING" length="300"/>
|
|
<attribute name="CLIENT_POSTCODE" label="邮政编码" type="STRING" length="32"/>
|
|
<attribute name="CLIENT_PERSON" label="法定代表人" type="STRING" length="100"/>
|
|
<attribute name="CLIENT_LINKMAN" label="联系人" type="STRING" length="100"/>
|
|
<attribute name="CLIENT_TEL" label="电话" type="STRING" length="32"/>
|
|
<attribute name="CLIENT_FAX" label="传真" type="STRING" length="32"/>
|
|
<attribute name="CLIENT_MOBILE_NUMBER" label="短信手机号" type="STRING" length="32"/>
|
|
<attribute name="CLIENT_EMAIL" label="电子邮件" type="STRING" length="100"/>
|
|
<attribute name="CLIENT_ACC_NUMBER" label="开户帐号" type="STRING" length="30"/>
|
|
<attribute name="CLIENT_ACC_BANK" label="开户银行" type="STRING" length="30"/>
|
|
<attribute name="CLIENT_ACC_NAME" label="开户户名" type="STRING" length="30"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="DATA_STATE" label="数据状态" type="STRING" length="32"/>
|
|
<attribute name="MODIFY_REASON" label="修改原因分类" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="SEAL_TYPE" label="印章类型" type="STRING" length="32"/>
|
|
<attribute name="MORTGAGE_AGENT" label="抵押代理人" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_TENANTRY_INFO_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_CONTRACT_INFO_TEMP" label="合同基本信息" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_DATE" label="项目日期" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_NO" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_NUMBER" label="业务合同号" type="STRING" length="50"/>
|
|
<attribute name="PROJECT_NAME" label="项目名称" type="STRING" length="50"/>
|
|
<attribute name="CONTRACT_STATUS" label="合同状态" type="STRING" length="10"/>
|
|
<attribute name="PRODUCT_NAME" label="产品名称" type="STRING" length="200"/>
|
|
<attribute name="PRODUCT_ID" label="产品编号" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_TYPE" label="项目类型" type="STRING" length="32"/>
|
|
<attribute name="RENT_METHOD" label="起租方式" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_SOURCE" label="项目来源" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_INDUSTRY" label="内部行业" type="STRING" length="32"/>
|
|
<attribute name="LEAS_FORM" label="业务形式" type="STRING" length="32"/>
|
|
<attribute name="LEASE_FORM" label="租赁形式" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_DEPT" label="项目出单部门" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_REGISTRAR" label="经办人" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_MANAGE" label="项目经理" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ASSIST" label="项目协办" type="STRING" length="32"/>
|
|
<attribute name="END_DATE" label="预计结束日期" type="STRING" length="32"/>
|
|
<attribute name="START_DATE" label="起租日" type="STRING" length="32"/>
|
|
<attribute name="ACTUAL_START_DATE" label="实际起租日" type="STRING" length="32"/>
|
|
<attribute name="ACTUAL_END_DATE" label="实际结束日" type="STRING" length="32"/>
|
|
<attribute name="ACCOUNTING_START_DATE" label="财务起租日" type="STRING" length="32"/>
|
|
<attribute name="FIVE_CATALOG" label="五级分类" type="STRING" length="32"/>
|
|
<attribute name="FIVE_CATALOG_DATE" label="五级分类日期" type="STRING" length="32"/>
|
|
<attribute name="FIVE_CATALOG_MEMO" label="五级分类说明" type="STRING" length="200"/>
|
|
<attribute name="SIGN_PLACE" label="合同签约地点" type="STRING" length="200"/>
|
|
<attribute name="SIGN_DATE" label="合同时间" type="STRING" length="32"/>
|
|
<attribute name="SIGN_PEOPLE" label="签约参与人" type="STRING" length="500"/>
|
|
<attribute name="OTHER_CONDITION" label="其它商务条件" type="STRING" length="2000"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="DATA_STATE" label="数据状态" type="STRING" length="32"/>
|
|
<attribute name="MODIFY_REASON" label="修改原因分类" type="STRING" length="32"/>
|
|
<attribute name="ISFILEARCHIVED" label="是否归档" type="STRING" length="32"/>
|
|
<attribute name="RENT_INVOICE_TYPE" label="租金发票类型" type="STRING" length="32"/>
|
|
<attribute name="ASSET_TYPE" label="资产类型" type="STRING" length="32"/>
|
|
<attribute name="INVOICE_MEMO" label="开票说明" type="STRING" length="2000"/>
|
|
<attribute name="CONTRACT_INVOICE_STATUS" label="合同开票状态" type="STRING" length="32"/>
|
|
<attribute name="SEAL_TYPE" label="印章类型" type="STRING" length="32"/>
|
|
<attribute name="MORTGAGE_AGENT" label="抵押代理人" type="STRING" length="32"/>
|
|
<attribute name="VERSIONID" label="版本号" type="STRING" length="64"/>
|
|
<attribute name="distributor_id" label="distributor_id" type="STRING" length="32"/>
|
|
<attribute name="BUSINESSTYPE" label="业务类型" type="STRING" length="64"/>
|
|
<attribute name="AREA_CODE" label="车牌号对应所在区号" type="STRING" length="32"/>
|
|
<attribute name="CAR_TYPE" label="车辆类型" type="STRING" length="64"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_CONTRACT_INFO_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
<property name="keyDatePrefix" value="'LC'yyyyMMdd"/>
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_LESSOR_INFO_TEMP" label="出租人基本信息" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="PROJECTID" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="LESSOR" label="出租人(甲方)" type="STRING" length="200"/>
|
|
<attribute name="LEASE_CONSIGNER" label="委托代理人(甲方)" type="STRING" length="100"/>
|
|
<attribute name="LEASE_ACC_NUMBER" label="开户帐号(甲方)" type="STRING" length="100"/>
|
|
<attribute name="LEASE_EMAIL" label="电子邮件(甲方)" type="STRING" length="50"/>
|
|
<attribute name="LEASE_PERSON" label="法定代表人(甲方)" type="STRING" length="32"/>
|
|
<attribute name="LEASE_LINKMAN" label="联系人(甲方)" type="STRING" length="32"/>
|
|
<attribute name="LEASE_REGISTER_ADDR" label="注册地址(甲方)" type="STRING" length="200"/>
|
|
<attribute name="LEASE_ADDR" label="通讯地址(甲方)" type="STRING" length="200"/>
|
|
<attribute name="LEASE_POSTCODE" label="'邮政编码(甲方)" type="STRING" length="32"/>
|
|
<attribute name="LEASE_TEL" label="电话(甲方)" type="STRING" length="50"/>
|
|
<attribute name="LEASE_FAX" label="传真(甲方)" type="STRING" length="50"/>
|
|
<attribute name="LEASE_ACC_BANK" label="开户银行(甲方)" type="STRING" length="100"/>
|
|
<attribute name="LEASE_ACC_NAME" label="开户户名(甲方)" type="STRING" length="200"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="DATA_STATE" label="数据状态" type="STRING" length="32"/>
|
|
<attribute name="MODIFY_REASON" label="修改原因分类" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_LESSOR_INFO_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LC_PAY_CONDTION_TEMP" label="付款前提临时表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
|
|
<attribute name="PLAN_NUMBER" label="方案编号" type="STRING" length="32"/>
|
|
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
|
|
<attribute name="FEE_TYPE" label="费用类型" type="STRING" length="32"/>
|
|
<attribute name="PLAN_LIST" label="期次" type="INT"/>
|
|
<attribute name="PAY_CONDITION" label="前提条件" type="STRING" length="200"/>
|
|
<attribute name="PAY_MEMO" label="付款条件" type="STRING" length="5000"/>
|
|
<attribute name="BUSINESS_CHECK" label="业务检查" type="STRING" length="32"/>
|
|
<attribute name="OPERATE_CHECK" label="运营检查" type="STRING" length="32"/>
|
|
<attribute name="SHOW_INDEX" label="显示顺序" type="INT"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="ISIMPORT" label="是否是导入" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LC_PAY_CONDTION_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LC_PAY_CONDTION" label="付款前提正式表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
|
|
<attribute name="PLAN_NUMBER" label="方案编号" type="STRING" length="32"/>
|
|
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
|
|
<attribute name="FEE_TYPE" label="费用类型" type="STRING" length="32"/>
|
|
<attribute name="PLAN_LIST" label="期次" type="INT"/>
|
|
<attribute name="PAY_CONDITION" label="前提条件" type="STRING" length="200"/>
|
|
<attribute name="PAY_MEMO" label="付款条件" type="STRING" length="5000"/>
|
|
<attribute name="BUSINESS_CHECK" label="业务检查" type="STRING" length="32"/>
|
|
<attribute name="OPERATE_CHECK" label="运营检查" type="STRING" length="32"/>
|
|
<attribute name="SHOW_INDEX" label="显示顺序" type="INT"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="ISIMPORT" label="是否是导入" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LC_PAY_CONDTION" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_EQUIPMENT" label="租赁物正式表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="DEVICE_TYPE" label="设备类型" type="STRING" length="30"/>
|
|
<attribute name="EQUIP_NAME" label="设备名称" type="STRING" length="200"/>
|
|
<attribute name="BRAND" label="品牌" type="STRING" length="30"/>
|
|
<attribute name="MODEL" label="型号/规格" type="STRING" length="30"/>
|
|
<attribute name="EQUIP_NUM" label="数量" type="STRING" length="30"/>
|
|
<attribute name="PRICE" label="单价" type="STRING" length="30"/>
|
|
<attribute name="UNIT" label="单位" type="STRING" length="30"/>
|
|
<attribute name="EQUIP_PRICE" label="交易价格" type="DOUBLE" length="30" scale="2"/>
|
|
<attribute name="TOTAL" label="设备原值" type="STRING" length="30"/>
|
|
<attribute name="NOW_TOTAL" label="设备现值" type="STRING" length="30"/>
|
|
<attribute name="VNDR" label="供应商id" type="STRING" length="32"/>
|
|
<attribute name="VNDR_NAME" label="供应商" type="STRING" length="200"/>
|
|
<attribute name="MANUFACTURER" label="制造商id" type="STRING" length="32"/>
|
|
<attribute name="MANUFACTURER_NAME" label="制造商" type="STRING" length="200"/>
|
|
<attribute name="EQUIP_NUMBER" label="设备序列号" type="STRING" length="30"/>
|
|
<attribute name="EQUIP_DELIVERY_PLACE" label="交付地点" type="STRING" length="100"/>
|
|
<attribute name="EQUIP_DELIVERY_DATE" label="交付时间" type="STRING" length="30"/>
|
|
<attribute name="EQUIP_PLACE" label="设备设置地址" type="STRING" length="100"/>
|
|
<attribute name="MEMO" label="备注" type="STRING" length="1000"/>
|
|
<attribute name="IS_FLOW" label="是否在流程中" type="STRING" length="1000"/>
|
|
<attribute name="STATUS" label="状态" type="STRING" length="1000"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="FRAME_NUMBER" label="车架号" type="STRING" length="100"/>
|
|
<attribute name="ENGINE_NUMBER" label="发动机号" type="STRING" length="100"/>
|
|
<attribute name="PLATE_NUMBER" label="车牌号" type="STRING" length="100"/>
|
|
<attribute name="EQUIP_TYPE" label="租赁物类型" type="STRING" length="32"/>
|
|
<attribute name="CONSIGNEE" label="收货人" type="STRING" length="30"/>
|
|
<attribute name="CONSIGNEE_TEL" label="收货人联系电话" type="STRING" length="30"/>
|
|
<attribute name="IS_DELIVERY" label="设备交付情况" type="STRING" length="30"/>
|
|
<attribute name="REMARK" label="交付说明" type="STRING" length="1000"/>
|
|
<attribute name="DATA_STATE" label="数据状态" type="STRING" length="32"/>
|
|
<attribute name="MODIFY_REASON" label="修改原因分类" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_EQUIPMENT" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
|
|
<class name="LB_CANCLE_INFO" label="撤销信息" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="PROJECT_ID" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="CONTRACT_ID" type="STRING" length="32"/>
|
|
<attribute name="CANCLE_DATE" label="CANCLE_DATE" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="CANCLE_TYPE" label="CANCLE_TYPE" type="STRING" length="100"/>
|
|
<attribute name="CANCLE_RESON" label="CANCLE_RESON" type="STRING" length="10000"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_CANCLE_INFO" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_CONTRACT_INFO" label="合同基本信息" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="ID" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_NO" label="CONTRACT_ID" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_NUMBER" label="CONTRACT_NUMBER" type="STRING" length="50"/>
|
|
<attribute name="CONTRACT_STATUS" label="CONTRACT_STATUS" type="STRING" length="10"/>
|
|
<attribute name="PRODUCT_NAME" label="PRODUCT_NAME" type="STRING" length="200"/>
|
|
<attribute name="PRODUCT_ID" label="PRODUCT_ID" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="PROJECT_ID" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_DATE" label="PROJECT_DATE" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_NAME" label="PROJECT_NAME" type="STRING" length="50"/>
|
|
<attribute name="PROJECT_TYPE" label="PROJECT_TYPE" type="STRING" length="32"/>
|
|
<attribute name="RENT_METHOD" label="RENT_METHOD" type="STRING" length="30"/>
|
|
<attribute name="PROJECT_SOURCE" label="PROJECT_SOURCE" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_INDUSTRY" label="PROJECT_INDUSTRY" type="STRING" length="32"/>
|
|
<attribute name="distributor_id" label="经销商ID" type="STRING" length="32"/>
|
|
<attribute name="LEAS_FORM" label="LEAS_FORM" type="STRING" length="32"/>
|
|
<attribute name="LEASE_FORM" label="租赁形式" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_DEPT" label="PROJECT_DEPT" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_REGISTRAR" label="PROJECT_REGISTRAR" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_MANAGE" label="PROJECT_MANAGE" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ASSIST" label="PROJECT_ASSIST" type="STRING" length="32"/>
|
|
<attribute name="END_DATE" label="END_DATE" type="STRING" length="32"/>
|
|
<attribute name="START_DATE" label="START_DATE" type="STRING" length="32"/>
|
|
<attribute name="ACTUAL_START_DATE" label="ACTUAL_START_DATE" type="STRING" length="32"/>
|
|
<attribute name="ACTUAL_END_DATE" label="ACTUAL_END_DATE" type="STRING" length="32"/>
|
|
<attribute name="ACCOUNTING_START_DATE" label="ACCOUNTING_START_DATE" type="STRING" length="32"/>
|
|
<attribute name="FIVE_CATALOG" label="FIVE_CATALOG" type="STRING" length="32"/>
|
|
<attribute name="FIVE_CATALOG_DATE" label="FIVE_CATALOG_DATE" type="STRING" length="32"/>
|
|
<attribute name="FIVE_CATALOG_MEMO" label="FIVE_CATALOG_MEMO" type="STRING" length="200"/>
|
|
<attribute name="SIGN_PLACE" label="SIGN_PLACE" type="STRING" length="200"/>
|
|
<attribute name="SIGN_DATE" label="SIGN_DATE" type="STRING" length="32"/>
|
|
<attribute name="SIGN_PEOPLE" label="SIGN_PEOPLE" type="STRING"/>
|
|
<attribute name="OTHER_CONDITION" label="OTHER_CONDITION" type="STRING" length="2000"/>
|
|
<attribute name="FLOWUNID" label="FLOWUNID" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="32"/>
|
|
<attribute name="DATA_STATE" label="DATA_STATE" type="STRING" length="32"/>
|
|
<attribute name="MODIFY_REASON" label="MODIFY_REASON" type="STRING" length="32"/>
|
|
<attribute name="ISFILEARCHIVED" label="是否归档" type="STRING" length="32"/>
|
|
<attribute name="IS_PRINT" label="导出状态" type="STRING" length="32"/>
|
|
<attribute name="RENT_INVOICE_TYPE" label="租金发票类型" type="STRING" length="32"/>
|
|
<attribute name="ASSET_TYPE" label="资产类型" type="STRING" length="32"/>
|
|
<attribute name="INVOICE_MEMO" label="开票说明" type="STRING" length="2000"/>
|
|
<attribute name="CONTRACT_INVOICE_STATUS" label="合同开票状态" type="STRING" length="32"/>
|
|
<attribute name="SEAL_TYPE" label="印章类型" type="STRING" length="32"/>
|
|
<attribute name="MORTGAGE_AGENT" label="抵押代理人" type="STRING" length="32"/>
|
|
<attribute name="VERSIONID" label="版本号" type="STRING" length="64"/>
|
|
<attribute name="BUSINESSTYPE" label="业务类型" type="STRING" length="64"/>
|
|
<attribute name="AREA_CODE" label="车牌号对应所在区号" type="STRING" length="32"/>
|
|
<attribute name="CAR_TYPE" label="车辆类型" type="STRING" length="64"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_CONTRACT_INFO" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_GUARANTY" label="抵押物件信息" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="PROJECT_ID" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="CONTRACT_ID" type="STRING" length="32"/>
|
|
<attribute name="EQUIP_NAME" label="EQUIP_NAME" type="STRING" length="200"/>
|
|
<attribute name="GUARANTOR" label="抵押人" type="STRING" length="200"/>
|
|
<attribute name="EQUIP_INVOICE" label="EQUIP_INVOICE" type="STRING" length="32"/>
|
|
<attribute name="GUARANTY_VALUE" label="GUARANTY_VALUE" type="DOUBLE" length="30" scale="2"/>
|
|
<attribute name="GUARANTEE_TYPE" label="GUARANTEE_TYPE" type="STRING" length="32"/>
|
|
<attribute name="PRESENT_VALUE" label="PRESENT_VALUE" type="DOUBLE" length="30" scale="2"/>
|
|
<attribute name="IS_NOTARIZATION" label="IS_NOTARIZATION" type="STRING" length="32"/>
|
|
<attribute name="RECORD_MECH" label="RECORD_MECH" type="STRING" length="30"/>
|
|
<attribute name="PURCHASE_LIFE" label="PURCHASE_LIFE" type="STRING" length="30"/>
|
|
<attribute name="MEMO" label="备注" type="STRING" length="100"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_STATUS" label="PROJECT_STATUS" type="STRING" length="32"/>
|
|
<attribute name="MORTGAGE_TIME" label="抵押时间" type="STRING" length="32"/>
|
|
<attribute name="CANCEL_MORTGAGE_TIME" label="取消抵押时间" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_GUARANTY" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_LESSOR_INFO" label="合同各方中出租人信息" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="ID" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="PROJECT_ID" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="CONTRACT_ID" type="STRING" length="32"/>
|
|
<attribute name="LESSOR" label="LESSOR" type="STRING" length="200"/>
|
|
<attribute name="LEASE_CONSIGNER" label="LEASE_CONSIGNER" type="STRING" length="100"/>
|
|
<attribute name="LEASE_ACC_NUMBER" label="LEASE_ACC_NUMBER" type="STRING" length="100"/>
|
|
<attribute name="LEASE_EMAIL" label="LEASE_EMAIL" type="STRING" length="50"/>
|
|
<attribute name="LEASE_PERSON" label="LEASE_PERSON" type="STRING" length="32"/>
|
|
<attribute name="LEASE_LINKMAN" label="LEASE_LINKMAN" type="STRING" length="32"/>
|
|
<attribute name="LEASE_REGISTER_ADDR" label="LEASE_REGISTER_ADDR" type="STRING" length="200"/>
|
|
<attribute name="LEASE_ADDR" label="LEASE_ADDR" type="STRING" length="200"/>
|
|
<attribute name="LEASE_POSTCODE" label="LEASE_POSTCODE" type="STRING" length="32"/>
|
|
<attribute name="LEASE_TEL" label="LEASE_TEL" type="STRING" length="50"/>
|
|
<attribute name="LEASE_FAX" label="LEASE_FAX" type="STRING" length="50"/>
|
|
<attribute name="LEASE_ACC_BANK" label="LEASE_ACC_BANK" type="STRING" length="100"/>
|
|
<attribute name="LEASE_ACC_NAME" label="LEASE_ACC_NAME" type="STRING" length="200"/>
|
|
<attribute name="FLOWUNID" label="FLOWUNID" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="32"/>
|
|
<attribute name="DATA_STATE" label="DATA_STATE" type="STRING" length="32"/>
|
|
<attribute name="MODIFY_REASON" label="MODIFY_REASON" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_LESSOR_INFO" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="VI_BUSINESS_APPROVAL" label="审批表(承租人基本信息)" keyAttributes="">
|
|
<attributes>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING"/>
|
|
<attribute name="FULLNAME" label="姓名" type="STRING"/>
|
|
<attribute name="SEX" label="性别" type="STRING"/>
|
|
<attribute name="CERTTYPE" label="证件类型" type="STRING"/>
|
|
<attribute name="CERTID" label="证件号码" type="STRING"/>
|
|
<attribute name="WORKCORP" label="单位名称" type="STRING"/>
|
|
<attribute name="WORKADD" label="单位地址" type="STRING"/>
|
|
<attribute name="ENTRYTIME" label="入职时间" type="STRING"/>
|
|
<attribute name="FORMALEMP" label="是否是正式员工" type="STRING"/>
|
|
<attribute name="PRODUCTNAME" label="产品" type="STRING"/>
|
|
<attribute name="CLEANLEASEMONEY" label="融资金额" type="STRING"/>
|
|
<attribute name="LEASETERM" label="融资期限(月)" type="STRING"/>
|
|
<attribute name="INCOMENUMBERYEAR" label="还款方式" type="STRING"/>
|
|
<attribute name="firstchoice" label="初审意见" type="STRING"/>
|
|
<attribute name="firstopinion" label="审批意见" type="STRING"/>
|
|
<attribute name="secondchoice" label="复审意见" type="STRING"/>
|
|
<attribute name="secondopinion" label="审批意见" type="STRING"/>
|
|
<attribute name="thirdchoice" label="部门负责人意见" type="STRING"/>
|
|
<attribute name="thirdopinion" label="审批意见" type="STRING"/>
|
|
<attribute name="fourchoice" label="总经理意见" type="STRING"/>
|
|
<attribute name="fouropinion" label="审批意见" type="STRING"/>
|
|
<attribute name="project_no" label="项目编号" type="STRING"/>
|
|
<attribute name="car_type" label="车类型" type="STRING"/>
|
|
<attribute name="LEAS_FORM" label="租赁方式" type="STRING"/>
|
|
<attribute name="InterOpinion1" label="内部意见1" type="STRING"/>
|
|
<attribute name="DistriOpinion1" label="经销商意见1" type="STRING"/>
|
|
<attribute name="InterOpinion2" label="内部意见2" type="STRING"/>
|
|
<attribute name="DistriOpinion2" label="经销商意见2" type="STRING"/>
|
|
<attribute name="InterOpinion3" label="内部意见3" type="STRING"/>
|
|
<attribute name="DistriOpinion3" label="经销商意见3" type="STRING"/>
|
|
<attribute name="InterOpinion4" label="内部意见4" type="STRING"/>
|
|
<attribute name="DistriOpinion4" label="经销商意见4" type="STRING"/>
|
|
<!-- <attribute name="opinionType" label="意见类型" type="STRING"/>
|
|
--> </attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="vi_business_approval" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="VI_PROJECTINFO_APPROVAL" label="审批表(承租人基本信息)" keyAttributes="">
|
|
<attributes>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING"/>
|
|
<attribute name="FULLNAME" label="姓名" type="STRING"/>
|
|
<attribute name="SEX" label="性别" type="STRING"/>
|
|
<attribute name="CERTTYPE" label="证件类型" type="STRING"/>
|
|
<attribute name="CERTID" label="证件号码" type="STRING"/>
|
|
<attribute name="WORKCORP" label="单位名称" type="STRING"/>
|
|
<attribute name="WORKADD" label="单位地址" type="STRING"/>
|
|
<attribute name="ENTRYTIME" label="入职时间" type="STRING"/>
|
|
<attribute name="FORMALEMP" label="是否是正式员工" type="STRING"/>
|
|
<attribute name="PRODUCTNAME" label="产品" type="STRING"/>
|
|
<attribute name="CLEANLEASEMONEY" label="融资金额" type="STRING"/>
|
|
<attribute name="LEASETERM" label="融资期限(月)" type="STRING"/>
|
|
<attribute name="INCOMENUMBERYEAR" label="还款方式" type="STRING"/>
|
|
<attribute name="firstchoice" label="初审意见" type="STRING"/>
|
|
<attribute name="firstopinion" label="审批意见" type="STRING"/>
|
|
<attribute name="secondchoice" label="复审意见" type="STRING"/>
|
|
<attribute name="secondopinion" label="审批意见" type="STRING"/>
|
|
<attribute name="thirdchoice" label="部门负责人意见" type="STRING"/>
|
|
<attribute name="thirdopinion" label="审批意见" type="STRING"/>
|
|
<attribute name="fourchoice" label="总经理意见" type="STRING"/>
|
|
<attribute name="fouropinion" label="审批意见" type="STRING"/>
|
|
<attribute name="project_no" label="项目编号" type="STRING"/>
|
|
<attribute name="car_type" label="车类型" type="STRING"/>
|
|
<attribute name="LEAS_FORM" label="租赁方式" type="STRING"/>
|
|
<attribute name="InterOpinion1" label="内部意见1" type="STRING"/>
|
|
<attribute name="DistriOpinion1" label="经销商意见1" type="STRING"/>
|
|
<attribute name="InterOpinion2" label="内部意见2" type="STRING"/>
|
|
<attribute name="DistriOpinion2" label="经销商意见2" type="STRING"/>
|
|
<attribute name="InterOpinion3" label="内部意见3" type="STRING"/>
|
|
<attribute name="DistriOpinion3" label="经销商意见3" type="STRING"/>
|
|
<attribute name="InterOpinion4" label="内部意见4" type="STRING"/>
|
|
<attribute name="DistriOpinion4" label="经销商意见4" type="STRING"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="VI_PROJECTINFO_APPROVAL" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_MEETING_RECODE" label="会议记录" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="PROJECT_ID" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="CONTRACT_ID" type="STRING" length="32"/>
|
|
<attribute name="MEETING_DATE" label="上会时间" type="STRING" length="32"/>
|
|
<attribute name="APPROVAL_CONTENT" label="审批内容" type="STRING" length="200"/>
|
|
<attribute name="APPROVAL_PERSON" label="参加审批人员" type="STRING" length="32"/>
|
|
<attribute name="RECORD" label="会议记录" type="STRING" length="200"/>
|
|
<attribute name="AGREED_NUMBER" label="AGREED_NUMBER" type="STRING" length="32"/>
|
|
<attribute name="CONDITIONAL_AGREED_NUMBER" label="CONDITIONAL_AGREED_NUMBER" type="STRING" length="32"/>
|
|
<attribute name="DISAGREE_NUMBER" label="DISAGREE_NUMBER" type="STRING" length="32"/>
|
|
<attribute name="OPINION_SUMMARY" label="OPINION_SUMMARY" type="STRING" length="200"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="MEETING_PLACE" label="MEETING_PLACE" type="STRING" length="200"/>
|
|
<attribute name="MEETING_CHAIRMAN" label="MEETING_CHAIRMAN" type="STRING" length="200"/>
|
|
<attribute name="MEETING_TYPE" label="MEETING_TYPE" type="STRING" length="200"/>
|
|
<attribute name="ATTENDANCE" label="ATTENDANCE" type="STRING" length="200"/>
|
|
<attribute name="ABSENT" label="ABSENT" type="STRING" length="200"/>
|
|
<attribute name="CONCLUSION" label="CONCLUSION" type="STRING" length="10000"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_MEETING_RECODE" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_SUPPLIER_INFO" label="供应商信息" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="ID" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="PROJECT_ID" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="CONTRACT_ID" type="STRING" length="32"/>
|
|
<attribute name="SELLER" label="SELLER" type="STRING" length="200"/>
|
|
<attribute name="SELLER_LEGAL_PERSON" label="SELLER_LEGAL_PERSON" type="STRING" length="200"/>
|
|
<attribute name="SELLER_LINKMAN" label="SELLER_LINKMAN" type="STRING" length="32"/>
|
|
<attribute name="SELLER_REGISTER_ADDR" label="SELLER_REGISTER_ADDR" type="STRING" length="200"/>
|
|
<attribute name="SELLER_ADDR" label="SELLER_ADDR" type="STRING" length="200"/>
|
|
<attribute name="SELLER_POSTCODE" label="SELLER_POSTCODE" type="STRING" length="32"/>
|
|
<attribute name="SELLER_TEL" label="SELLER_TEL" type="STRING" length="32"/>
|
|
<attribute name="SELLER_FAX" label="SELLER_FAX" type="STRING" length="32"/>
|
|
<attribute name="SELLER_EMAIL" label="SELLER_EMAIL" type="STRING" length="50"/>
|
|
<attribute name="SELLER_ACC_NUMBER" label="SELLER_ACC_NUMBER" type="STRING" length="100"/>
|
|
<attribute name="SELLER_ACC_BANK" label="SELLER_ACC_BANK" type="STRING" length="100"/>
|
|
<attribute name="SELLER_ACC_NAME" label="SELLER_ACC_NAME" type="STRING" length="100"/>
|
|
<attribute name="ATTACH_CONDTION" label="ATTACH_CONDTION" type="STRING" length="200"/>
|
|
<attribute name="CUST_TYPE" label="CUST_TYPE" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="FLOWUNID" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="32"/>
|
|
<attribute name="DATA_STATE" label="DATA_STATE" type="STRING" length="32"/>
|
|
<attribute name="MODIFY_REASON" label="MODIFY_REASON" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_SUPPLIER_INFO" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_TENANTRY_INFO" label="合同各方中承租人信息" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="CLIENT" label="承租人" type="STRING" length="200"/>
|
|
<attribute name="CLIENT_CONSIGNER" label="委托代理人" type="STRING" length="200"/>
|
|
<attribute name="CLIENT_ADDRESS" label="通讯地址" type="STRING" length="300"/>
|
|
<attribute name="CLIENT_POSTCODE" label="邮政编码" type="STRING" length="32"/>
|
|
<attribute name="CLIENT_PERSON" label="法定代表人" type="STRING" length="100"/>
|
|
<attribute name="CLIENT_LINKMAN" label="联系人" type="STRING" length="100"/>
|
|
<attribute name="CLIENT_TEL" label="电话" type="STRING" length="32"/>
|
|
<attribute name="CLIENT_FAX" label="传真" type="STRING" length="32"/>
|
|
<attribute name="CLIENT_MOBILE_NUMBER" label="短信手机号" type="STRING" length="32"/>
|
|
<attribute name="CLIENT_EMAIL" label="电子邮件" type="STRING" length="100"/>
|
|
<attribute name="CLIENT_ACC_NUMBER" label="开户帐号" type="STRING" length="30"/>
|
|
<attribute name="CLIENT_ACC_BANK" label="开户银行" type="STRING" length="30"/>
|
|
<attribute name="CLIENT_ACC_NAME" label="开户户名" type="STRING" length="30"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="DATA_STATE" label="数据状态" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="MODIFY_REASON" label="MODIFY_REASON" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_TENANTRY_INFO" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_PROJECT_SUPPORT" label="项目补充资料说明" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJ_ID" label="项目ID" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="项目ID" type="STRING" length="32"/>
|
|
<attribute name="SUPPORT_EXPLAIN" label="补充说明" type="STRING" length="1000"/>
|
|
<attribute name="FLOWUNID" label="流程号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_PROJECT_SUPPORT" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_VOTE_INFO" label="投票页面" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="VOTE_RESULT" label="投票结果" type="STRING" length="32"/>
|
|
<attribute name="VOTE_MEMO" label="投票意见" type="STRING" length="2000"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="TASK_NO" label="任务编号" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_VOTE_INFO" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_CONTRACT_STATUS" label="项目的状态" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="编号" type="STRING" length="32"/>
|
|
<attribute name="STATUS_CODE" label="状态编号" type="STRING" length="32"/>
|
|
<attribute name="STATUS_NAME" label="状态名称" type="STRING" length="32"/>
|
|
<attribute name="SYS_TYPE" label="系统类型" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_CONTRACT_STATUS" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_CONTRACT_TEMPLATE" label="合同列表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="ONE_CLASSIFY" label="一级分类" type="STRING" length="32"/>
|
|
<attribute name="TWO_CLASSIFY" label="二级分类" type="STRING" length="32"/>
|
|
<attribute name="THREE_CLASSIFY" label="三级分类" type="STRING" length="32"/>
|
|
<attribute name="FOUR_CLASSIFY" label="四级分类" type="STRING" length="100"/>
|
|
<attribute name="CONTRACT_NUMBER" label="合同编号" type="STRING" length="100"/>
|
|
<attribute name="CONTRACT_SIGN" label="签约主体" type="STRING" length="1000"/>
|
|
<attribute name="CONTRACT_EQUIP" label="租赁物" type="STRING" length="1000"/>
|
|
<attribute name="CONTRACT_ID" label="合同主键" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_CONTRACT_TEMPLATE" />
|
|
<property name="createKey" value="true" />
|
|
<property name="keyDatePrefix" value="'LCT'yyyyMMdd"/>
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_EQUIPMENT_CAR" label="汽车租赁物" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="DEVICE_TYPE" label="设备类型" type="STRING" length="30"/>
|
|
<attribute name="EQUIP_NAME" label="设备名称" type="STRING" length="200"/>
|
|
<attribute name="BRAND" label="品牌" type="STRING" length="30"/>
|
|
<attribute name="MODEL" label="型号/规格" type="STRING" length="60"/>
|
|
<attribute name="EQUIP_NUM" label="数量" type="STRING" length="30"/>
|
|
<attribute name="PRICE" label="单价" type="STRING" length="30"/>
|
|
<attribute name="UNIT" label="单位" type="STRING" length="30"/>
|
|
<attribute name="EQUIP_PRICE" label="交易价格" type="DOUBLE" length="30" scale="2"/>
|
|
<attribute name="TOTAL" label="设备原值" type="STRING" length="30"/>
|
|
<attribute name="NOW_TOTAL" label="设备现值" type="STRING" length="30"/>
|
|
<attribute name="VNDR" label="供应商id" type="STRING" length="32"/>
|
|
<attribute name="VNDR_NAME" label="供应商" type="STRING" length="200"/>
|
|
<attribute name="MANUFACTURER" label="制造商id" type="STRING" length="32"/>
|
|
<attribute name="MANUFACTURER_NAME" label="制造商" type="STRING" length="200"/>
|
|
<attribute name="EQUIP_NUMBER" label="设备序列号" type="STRING" length="30"/>
|
|
<attribute name="EQUIP_DELIVERY_PLACE" label="交付地点" type="STRING" length="100"/>
|
|
<attribute name="EQUIP_DELIVERY_DATE" label="交付时间" type="STRING" length="30"/>
|
|
<attribute name="EQUIP_PLACE" label="设备设置地址" type="STRING" length="100"/>
|
|
<attribute name="MEMO" label="备注" type="STRING" length="1000"/>
|
|
<attribute name="DATA_STATE" label="数据状态" type="STRING" length="32"/>
|
|
<attribute name="IS_FLOW" label="是否在流程中" type="STRING" length="1000"/>
|
|
<attribute name="STATUS" label="状态" type="STRING" length="1000"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="FRAME_NUMBER" label="车架号" type="STRING" length="100"/>
|
|
<attribute name="ENGINE_NUMBER" label="发动机号" type="STRING" length="100"/>
|
|
<attribute name="PLATE_NUMBER" label="车牌号" type="STRING" length="100"/>
|
|
<attribute name="EQUIP_TYPE" label="租赁物类型" type="STRING" length="32"/>
|
|
<attribute name="CONSIGNEE" label="收货人" type="STRING" length="30"/>
|
|
<attribute name="CONSIGNEE_TEL" label="收货人联系电话" type="STRING" length="30"/>
|
|
<attribute name="IS_DELIVERY" label="设备交付情况" type="STRING" length="30"/>
|
|
<attribute name="REMARK" label="交付说明" type="STRING" length="1000"/>
|
|
<attribute name="DATA_STATE" label="数据状态" type="STRING" length="32"/>
|
|
<attribute name="MODIFY_REASON" label="修改原因分类" type="STRING" length="32"/>
|
|
<attribute name="DRIVE_TYPE" label="驱动形式" type="STRING" length="100"/>
|
|
<attribute name="CAR_COLOUR" label="车辆颜色" type="STRING" length="32"/>
|
|
<attribute name="DISPLACEMENT" label="排量" type="STRING" length="32"/>
|
|
<attribute name="LICENSE_PLATE_NUMBER" label="车牌号码" type="STRING" length="32"/>
|
|
<attribute name="EXPIRYDATE" label="年检有效期" type="STRING" length="32"/>
|
|
<attribute name="D_ID" label="驾驶人ID" type="STRING" length="32"/>
|
|
<attribute name="D_NAME" label="驾驶人姓名" type="STRING" length="32"/>
|
|
<attribute name="D_SEX" label="驾驶人性别" type="STRING" length="32"/>
|
|
<attribute name="D_CERTID" label="驾驶人身份证号" type="STRING" length="32"/>
|
|
<attribute name="D_CERT_ADDR" label="驾驶人身份证地址" type="STRING" length="200"/>
|
|
<attribute name="D_CERT_VALID" label="驾驶人身份证有效期" type="STRING" length="32"/>
|
|
<attribute name="D_DRIVE" label="驾驶证" type="STRING" length="32"/>
|
|
<attribute name="D_TEL" label="驾驶人手机号码" type="STRING" length="32"/>
|
|
<attribute name="D_ADDR" label="驾驶人常住地址" type="STRING" length="200"/>
|
|
<attribute name="D_EDU_LEVEL" label="驾驶人学历" type="STRING" length="32"/>
|
|
<attribute name="D_WORK_NAME" label="驾驶人公司名称" type="STRING" length="100"/>
|
|
<attribute name="D_WORK_ADDR" label="驾驶人公司地址" type="STRING" length="200"/>
|
|
<attribute name="D_WORK_YEAR" label="驾驶人当前工作工作年限" type="STRING" length="32"/>
|
|
<attribute name="D_SALARY" label="驾驶人月薪" type="DOUBLE" length="22" scale="2"/>
|
|
<attribute name="car_series" label="车系" type="STRING" length="80"/>
|
|
<attribute name="gears" label="档位" type="STRING" length="80"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_EQUIPMENT_CAR" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_INSURANCE_CLAIM" label="保险理赔" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="ID" type="STRING" length="32"/>
|
|
<attribute name="INSURANCE_ID" label="保险单号" type="STRING" length="30"/>
|
|
<attribute name="RECORD_NUMBER" label="商业赔案号" type="STRING" length="30"/>
|
|
<attribute name="POLICY_NUMBER" label="商业保险保单号" type="STRING" length="50"/>
|
|
<attribute name="REPORTER" label="报案人" type="STRING" length="30"/>
|
|
<attribute name="CLAIMS_START_DATE" label="出险时间" type="STRING" length="50"/>
|
|
<attribute name="CLAIMS_ADDRESS" label="出险地点" type="STRING" length="30"/>
|
|
<attribute name="CLAIMS_INFO" label="出险原因" type="STRING" length="1000"/>
|
|
<attribute name="CLAIMS_AFTER" label="出险经过及损失情况" type="STRING" length="1000"/>
|
|
<attribute name="CLAIMS_MANAGER" label="保险业务经办人" type="STRING" length="30"/>
|
|
<attribute name="DANGER" label="赔付险种" type="STRING" length="30"/>
|
|
<attribute name="CLAIMS_TIME" label="保险公司赔偿时间" type="STRING" length="50"/>
|
|
<attribute name="CLAIMS_MONEY" label="理赔金额(元)" type="DOUBLE" length="22" scale="2"/>
|
|
<attribute name="CLAIMS_MONEY_DEAL" label="赔偿金额处理方式" type="STRING" length="50"/>
|
|
<attribute name="REMARK" label="备注" type="STRING" length="1000"/>
|
|
<attribute name="INPUTUSERID" label="创建人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="创建人所属部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="创建时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="修改人所属部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_INSURANCE_CLAIM" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_INSURANCE_INFO" label="保险清单" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="ID" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="50"/>
|
|
<attribute name="INSURANCE_ID" label="保险单编号" type="STRING" length="30"/>
|
|
<attribute name="INSURANCE_NAME" label="保险公司名称" type="STRING" length="30"/>
|
|
<attribute name="INSURANCE_TYPE" label="险种" type="STRING" length="30"/>
|
|
<attribute name="INSURANCE_PERSON" label="投保人" type="STRING" length="50"/>
|
|
<attribute name="FIRST_BENEFICIARY" label="第一受益人" type="STRING" length="30"/>
|
|
<attribute name="SECOND_BENEFICIARY" label="第二受益人" type="STRING" length="200"/>
|
|
<attribute name="INSURER_START_DATE" label="投保开始日期" type="STRING" length="20"/>
|
|
<attribute name="INSURER_END_DATE" label="投保结束日期" type="STRING" length="20"/>
|
|
<attribute name="INSURER_GET_DATE" label="收保单日期" type="STRING" length="20"/>
|
|
<attribute name="INSURANCE_PREMIUM" label="保险费" type="DOUBLE" length="30" scale="2"/>
|
|
<attribute name="INSURANCE_PREMIUM_RATE" label="保险费率" type="DOUBLE" length="30" scale="2"/>
|
|
<attribute name="INSURANCE_MONEY" label="保险金额" type="DOUBLE" length="30" scale="2"/>
|
|
<attribute name="SURRENDER_OBJECT" label="退保对象" type="STRING" length="30"/>
|
|
<attribute name="SURRENDER_MONEY" label="退保金额" type="DOUBLE" length="30" scale="2"/>
|
|
<attribute name="SURRENDER_LOG" label="退保日志 " type="STRING" length="2000"/>
|
|
<attribute name="INSUR_COMM" label="保险公司联系方式" type="STRING" length="200"/>
|
|
<attribute name="IS_INSURE" label="是否投保" type="STRING" length="2"/>
|
|
<attribute name="LEASED_PROPERTY" label="租赁物件 " type="STRING" length="200"/>
|
|
<attribute name="INSURANCE_STATUS" label="保险状态 " type="STRING" length="32"/>
|
|
<attribute name="MEMO" label="备注" type="STRING" length="2000"/>
|
|
<attribute name="INPUTUSERID" label="创建人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="创建人所属部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="创建时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="修改人所属部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="32"/>
|
|
<attribute name="FIRSTYEAR_SUBSIST" label="第一年有效期" type="STRING" length="100"/>
|
|
<attribute name="SECONDYEAR_SUBSIST" label="第二年有效期" type="STRING" length="100"/>
|
|
<attribute name="THREEYEAR_SUBSIST" label="第三年有效期" type="STRING" length="100"/>
|
|
<attribute name="FOURYEAR_SUBSIST" label="第四年有效期" type="STRING" length="100"/>
|
|
<attribute name="FIVEYEAR_SUBSIST" label="第五年有效期" type="STRING" length="100"/>
|
|
<attribute name="isOutDate" label="是否逾期" type="STRING" length="100"/>
|
|
<attribute name="OutDateMoney" label="逾期金额" type="STRING" length="100"/>
|
|
<attribute name="report_person" label="报案人" type="STRING" length="100"/>
|
|
<attribute name="compensate_date" label="赔偿时间" type="STRING" length="100"/>
|
|
<attribute name="danger_date" label="出险时间" type="STRING" length="100"/>
|
|
<attribute name="compensate_money" label="理赔金额" type="STRING" length="100"/>
|
|
<attribute name="disposal_way" label="处置方式" type="STRING" length="100"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_INSURANCE_INFO" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_INSURANCE_OVER" label="保险清单处理记录" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="ID" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="50"/>
|
|
<attribute name="HANDLE_STATUS" label="处理类型" type="STRING" length="200"/>
|
|
<attribute name="HANDLE_DATE" label="处理截止日期" type="STRING" length="32"/>
|
|
<attribute name="HANDLE_RESULT" label="处理结果" type="STRING" length="1000"/>
|
|
<attribute name="INPUTUSERID" label="创建人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="创建人所属部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="创建时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="修改人所属部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_INSURANCE_OVER" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_FILE_ARCHIVING_INFO" label="档案归档信息" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="32"/>
|
|
<attribute name="ARCHIVING_PERSON" label="归档人" type="STRING" length="32"/>
|
|
<attribute name="ARCHIVING_TIME" label="归档时间" type="STRING" length="32"/>
|
|
<attribute name="ARCHIVING_CABINET_NO" label="档案柜号" type="STRING" length="32"/>
|
|
<attribute name="DEMO" label="备注" type="STRING" length="1000"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_FILE_ARCHIVING_INFO" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_FILE_BORROWING_INFO" label="档案借阅信息" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="BORROWID" label="流水号" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程号" type="STRING" length="32"/>
|
|
<attribute name="BORROWING_PERSON" label="申请人" type="STRING" length="32"/>
|
|
<attribute name="BORROWING_TIME" label="申请时间" type="STRING" length="32"/>
|
|
<attribute name="RETURN_TIME" label="预计归还时间" type="STRING" length="32"/>
|
|
<attribute name="DEMO" label="借阅说明" type="STRING" length="1000"/>
|
|
<attribute name="DOCIDS" label="借阅档案" type="STRING" length="800"/>
|
|
<attribute name="BORROW_STATUS" label="借阅状态" type="STRING" length="32"/>
|
|
<attribute name="BORROW_NUMBER" label="借阅文件数量" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_FILE_BORROWING_INFO" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_CONTRACTEND_INFO_TEMP" label="合同结束信息临时表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="END_TIME" label="结束日期" type="STRING" length="32"/>
|
|
<attribute name="END_TYPE" label="结束类型" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_RESULT" label="合同总结" type="STRING" length="10000"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_CONTRACTEND_INFO_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_CONTRACTEND_INFO" label="合同结束信息正式表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="END_TIME" label="结束日期" type="STRING" length="32"/>
|
|
<attribute name="END_TYPE" label="结束类型" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_RESULT" label="合同总结" type="STRING" length="10000"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_CONTRACTEND_INFO" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_CONTRACT_DEVOLUTION_TEMP" label="产权转移单临时表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
|
<attribute name="ACCEPT_DATE" label="接收时间" type="STRING" length="32"/>
|
|
<attribute name="RESERVE_PRICE" label="留购价" type="STRING" length="32"/>
|
|
<attribute name="ACCEPT_PERSON" label="接收方" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_CONTRACT_DEVOLUTION_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_CONTRACT_DEVOLUTION" label="产权转移单正式表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
|
<attribute name="ACCEPT_DATE" label="接收时间" type="STRING" length="32"/>
|
|
<attribute name="RESERVE_PRICE" label="留购价" type="STRING" length="32"/>
|
|
<attribute name="ACCEPT_PERSON" label="接收方" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_CONTRACT_DEVOLUTION" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_AFTER_LEASE_VISIT_INFO" label="租后巡视详情正式表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="RELATIVE_ID" label="关联字段" type="STRING" length="32"/>
|
|
<attribute name="REVIEW_CONDITION" label="评审要求落实情况" type="STRING" length="2000"/>
|
|
<attribute name="MAIN_AIM" label="本次现场检查主要目的" type="STRING" length="2000"/>
|
|
<attribute name="SOLVED_PROBLEM" label="本次现场检查解决的问题" type="STRING" length="2000"/>
|
|
<attribute name="MATERIAL_DEMAND" label="后补资料要求" type="STRING" length="2000"/>
|
|
<attribute name="FINANCE_ANALYSIS" label="整体财务情况分析" type="STRING" length="2000"/>
|
|
<attribute name="NO_FINANCE_ANALYSIS" label="整体非财务情况分析" type="STRING" length="2000"/>
|
|
<attribute name="RISK_ANALYSIS" label="涉及风险点分析" type="STRING" length="2000"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_AFTER_LEASE_VISIT_INFO" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_AFTER_LEASE_VISIT_INFO_TEMP" label="租后巡视详细临时表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="RELATIVE_ID" label="关联字段" type="STRING" length="32"/>
|
|
<attribute name="REVIEW_CONDITION" label="评审要求落实情况" type="STRING" length="2000"/>
|
|
<attribute name="MAIN_AIM" label="本次现场检查主要目的" type="STRING" length="2000"/>
|
|
<attribute name="SOLVED_PROBLEM" label="本次现场检查解决的问题" type="STRING" length="2000"/>
|
|
<attribute name="MATERIAL_DEMAND" label="后补资料要求" type="STRING" length="2000"/>
|
|
<attribute name="FINANCE_ANALYSIS" label="整体财务情况分析" type="STRING" length="2000"/>
|
|
<attribute name="NO_FINANCE_ANALYSIS" label="整体非财务情况分析" type="STRING" length="2000"/>
|
|
<attribute name="RISK_ANALYSIS" label="涉及风险点分析" type="STRING" length="2000"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_AFTER_LEASE_VISIT_INFO_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_AFTER_LEASE_VISIT_LIST" label="租后巡视列表正式表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="RELATIVE_ID" label="关联字段" type="STRING" length="32"/>
|
|
<attribute name="MAINBD_ACTUAL" label="主营业务方向实际情况" type="STRING" length="2000"/>
|
|
<attribute name="MAINBD_CHANGE" label="主营业务方向与放款前变化情况" type="STRING" length="2000"/>
|
|
<attribute name="DEVELOP_ACTUAL" label="发展战略实际情况" type="STRING" length="2000"/>
|
|
<attribute name="DEVELOP_CHANGE" label="发展战略与放款前变化情况" type="STRING" length="2000"/>
|
|
<attribute name="SELL_ACTUAL" label="销售情况实际情况" type="STRING" length="2000"/>
|
|
<attribute name="SELL_CHANGE" label="销售情况与放款前变化情况" type="STRING" length="2000"/>
|
|
<attribute name="CONTROLER_ACTUAL" label="实际控制人/股东实际情况" type="STRING" length="2000"/>
|
|
<attribute name="CONTROLER_CHANGE" label="实际控制人/股东与放款前变化情况" type="STRING" length="2000"/>
|
|
<attribute name="EXECUTIVE_ACTUAL" label="高管人员变动实际情况" type="STRING" length="2000"/>
|
|
<attribute name="EXECUTIVE_CHANGE" label="高管人员变动与放款前变化情况" type="STRING" length="2000"/>
|
|
<attribute name="TOTALSCALE_ACTUAL" label="总体人员规模变动实际情况" type="STRING" length="2000"/>
|
|
<attribute name="TOTALSCALE_CHANGE" label="总体人员规模变动与放款前变化情况" type="STRING" length="2000"/>
|
|
<attribute name="AIC_ACTUAL" label="工商局信息查询实际情况" type="STRING" length="2000"/>
|
|
<attribute name="AIC_CHANGE" label="工商局信息查询与放款前变化情况" type="STRING" length="2000"/>
|
|
<attribute name="HOUSERA_ACTUAL" label="房产登记机关查询实际情况" type="STRING" length="2000"/>
|
|
<attribute name="HOUSERA_CHANGE" label="房产登记机关查询与放款前变化情况" type="STRING" length="2000"/>
|
|
<attribute name="LIVE_ACTUAL" label="现场确认实际情况" type="STRING" length="2000"/>
|
|
<attribute name="LIVE_CHANGE" label="现场确认与放款前变化情况" type="STRING" length="2000"/>
|
|
<attribute name="COMPANY_ACTUAL" label="企业征信查询实际情况" type="STRING" length="2000"/>
|
|
<attribute name="COMPANY_CHANGE" label="企业征信查询与放款前变化情况" type="STRING" length="2000"/>
|
|
<attribute name="PERSON_ACTUAL" label="个人征信查询实际情况" type="STRING" length="2000"/>
|
|
<attribute name="PERSON_CHANGE" label="个人征信查询与放款前变化情况" type="STRING" length="2000"/>
|
|
<attribute name="APPEAL_INQUIRY_ACTUAL" label="涉诉查询实际情况" type="STRING" length="2000"/>
|
|
<attribute name="APPEAL_INQUIRY_CHANGE" label="涉诉查询与放款前变化情况" type="STRING" length="2000"/>
|
|
<attribute name="LOSS_PROMISE_ACTUAL" label="失信/被执行人查询实际情况" type="STRING" length="2000"/>
|
|
<attribute name="LOSS_PROMISE_CHANGE" label="失信/被执行人查询与放款前变化情况" type="STRING" length="2000"/>
|
|
<attribute name="ADMIN_PENALTY_ACTUAL" label="行政处罚信息实际情况" type="STRING" length="2000"/>
|
|
<attribute name="ADMIN_PENALTY_CHANGE" label="行政处罚信息与放款前变化情况" type="STRING" length="2000"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_AFTER_LEASE_VISIT_LIST" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_AFTER_LEASE_VISIT_LIST_TEMP" label="租后巡视列表临时表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="RELATIVE_ID" label="关联字段" type="STRING" length="32"/>
|
|
<attribute name="MAINBD_ACTUAL" label="主营业务方向实际情况" type="STRING" length="2000"/>
|
|
<attribute name="MAINBD_CHANGE" label="主营业务方向与放款前变化情况" type="STRING" length="2000"/>
|
|
<attribute name="DEVELOP_ACTUAL" label="发展战略实际情况" type="STRING" length="2000"/>
|
|
<attribute name="DEVELOP_CHANGE" label="发展战略与放款前变化情况" type="STRING" length="2000"/>
|
|
<attribute name="SELL_ACTUAL" label="销售情况实际情况" type="STRING" length="2000"/>
|
|
<attribute name="SELL_CHANGE" label="销售情况与放款前变化情况" type="STRING" length="2000"/>
|
|
<attribute name="CONTROLER_ACTUAL" label="实际控制人/股东实际情况" type="STRING" length="2000"/>
|
|
<attribute name="CONTROLER_CHANGE" label="实际控制人/股东与放款前变化情况" type="STRING" length="2000"/>
|
|
<attribute name="EXECUTIVE_ACTUAL" label="高管人员变动实际情况" type="STRING" length="2000"/>
|
|
<attribute name="EXECUTIVE_CHANGE" label="高管人员变动与放款前变化情况" type="STRING" length="2000"/>
|
|
<attribute name="TOTALSCALE_ACTUAL" label="总体人员规模变动实际情况" type="STRING" length="2000"/>
|
|
<attribute name="TOTALSCALE_CHANGE" label="总体人员规模变动与放款前变化情况" type="STRING" length="2000"/>
|
|
<attribute name="AIC_ACTUAL" label="工商局信息查询实际情况" type="STRING" length="2000"/>
|
|
<attribute name="AIC_CHANGE" label="工商局信息查询与放款前变化情况" type="STRING" length="2000"/>
|
|
<attribute name="HOUSERA_ACTUAL" label="房产登记机关查询实际情况" type="STRING" length="2000"/>
|
|
<attribute name="HOUSERA_CHANGE" label="房产登记机关查询与放款前变化情况" type="STRING" length="2000"/>
|
|
<attribute name="LIVE_ACTUAL" label="现场确认实际情况" type="STRING" length="2000"/>
|
|
<attribute name="LIVE_CHANGE" label="现场确认与放款前变化情况" type="STRING" length="2000"/>
|
|
<attribute name="COMPANY_ACTUAL" label="企业征信查询实际情况" type="STRING" length="2000"/>
|
|
<attribute name="COMPANY_CHANGE" label="企业征信查询与放款前变化情况" type="STRING" length="2000"/>
|
|
<attribute name="PERSON_ACTUAL" label="个人征信查询实际情况" type="STRING" length="2000"/>
|
|
<attribute name="PERSON_CHANGE" label="个人征信查询与放款前变化情况" type="STRING" length="2000"/>
|
|
<attribute name="APPEAL_INQUIRY_ACTUAL" label="涉诉查询实际情况" type="STRING" length="2000"/>
|
|
<attribute name="APPEAL_INQUIRY_CHANGE" label="涉诉查询与放款前变化情况" type="STRING" length="2000"/>
|
|
<attribute name="LOSS_PROMISE_ACTUAL" label="失信/被执行人查询实际情况" type="STRING" length="2000"/>
|
|
<attribute name="LOSS_PROMISE_CHANGE" label="失信/被执行人查询与放款前变化情况" type="STRING" length="2000"/>
|
|
<attribute name="ADMIN_PENALTY_ACTUAL" label="行政处罚信息实际情况" type="STRING" length="2000"/>
|
|
<attribute name="ADMIN_PENALTY_CHANGE" label="行政处罚信息与放款前变化情况" type="STRING" length="2000"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_AFTER_LEASE_VISIT_LIST_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_RISK_ALERT" label="风险预警正式表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="ALERT_NO" label="预警号" type="STRING" length="32"/>
|
|
<attribute name="ALERT_DATE" label="预警时间" type="STRING" length="32"/>
|
|
<attribute name="APPLY_PERSON" label="申请人" type="STRING" length="32"/>
|
|
<attribute name="ALERT_EFFECT_DATE" label="预警生效时间" type="STRING" length="32"/>
|
|
<attribute name="APPLY_DEPT" label="申请部门" type="STRING" length="32"/>
|
|
<attribute name="ALERT_OBJECT" label="预警对象分类" type="STRING" length="32"/>
|
|
<attribute name="ALERT_ACTION" label="是否采取紧急行动" type="STRING" length="32"/>
|
|
<attribute name="ALERT_LEVEL" label="预警级别" type="STRING" length="32"/>
|
|
<attribute name="ALERT_PROPERTY" label="预警性质" type="STRING" length="32"/>
|
|
<attribute name="ALERT_CUSTOMER" label="预警客户" type="STRING" length="200"/>
|
|
<attribute name="ALERT_INDUSTRY" label="预警行业" type="STRING" length="200"/>
|
|
<attribute name="ALERT_PROVINCE" label="预警省份" type="STRING" length="50"/>
|
|
<attribute name="ALERT_CITY" label="或预警城市" type="STRING" length="50"/>
|
|
<attribute name="ALERT_OBJECT_INFO" label="预警对象" type="STRING" length="200"/>
|
|
<attribute name="ALERT_DETAILS" label="预警详细信息" type="STRING" length="10000"/>
|
|
<attribute name="ALERT_METHOD" label="预警应对措施" type="STRING" length="10000"/>
|
|
<attribute name="ALERT_STATUS" label="此预警状态" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="contract_no" label="合同编号" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_RISK_ALERT" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_RISK_ALERT_TEMP" label="风险预警临时表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="ALERT_NO" label="预警号" type="STRING" length="32"/>
|
|
<attribute name="ALERT_DATE" label="预警时间" type="STRING" length="32"/>
|
|
<attribute name="APPLY_PERSON" label="申请人" type="STRING" length="32"/>
|
|
<attribute name="ALERT_EFFECT_DATE" label="预警生效时间" type="STRING" length="32"/>
|
|
<attribute name="APPLY_DEPT" label="申请部门" type="STRING" length="32"/>
|
|
<attribute name="ALERT_OBJECT" label="预警对象分类" type="STRING" length="32"/>
|
|
<attribute name="ALERT_ACTION" label="是否采取紧急行动" type="STRING" length="32"/>
|
|
<attribute name="ALERT_LEVEL" label="预警级别" type="STRING" length="32"/>
|
|
<attribute name="ALERT_PROPERTY" label="预警性质" type="STRING" length="32"/>
|
|
<attribute name="ALERT_CUSTOMER" label="预警客户" type="STRING" length="200"/>
|
|
<attribute name="ALERT_INDUSTRY" label="预警行业" type="STRING" length="200"/>
|
|
<attribute name="ALERT_PROVINCE" label="预警省份" type="STRING" length="50"/>
|
|
<attribute name="ALERT_CITY" label="或预警城市" type="STRING" length="50"/>
|
|
<attribute name="ALERT_OBJECT_INFO" label="预警对象" type="STRING" length="200"/>
|
|
<attribute name="ALERT_DETAILS" label="预警详细信息" type="STRING" length="10000"/>
|
|
<attribute name="ALERT_METHOD" label="预警应对措施" type="STRING" length="10000"/>
|
|
<attribute name="ALERT_STATUS" label="此预警状态" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="contract_no" label="合同编号" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_RISK_ALERT_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_UNION_LESSEE_HIS" label="承租人历史表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="CUSTOMER_ID" label="承租人编号" type="STRING" length="32"/>
|
|
<attribute name="SHARERATE" label="份额" type="STRING" length="32"/>
|
|
<attribute name="MEMO" label="备注" type="STRING" length="1000"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="DATA_STATE" label="数据状态" type="STRING" length="32"/>
|
|
<attribute name="MODIFY_REASON" label="修改原因分类" type="STRING" length="32"/>
|
|
<attribute name="CUSTOMER_NAME" label="承租人名称" type="STRING" length="200"/>
|
|
<attribute name="IS_MAIN" label="是否是主承租人" type="STRING" length="32"/>
|
|
<attribute name="IS_HIS" label="是否保存过历史" type="STRING" length="10"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_UNION_LESSEE_HIS" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_EQUIPMENT_CAR_HIS" label="汽车租赁物历史表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="DEVICE_TYPE" label="设备类型" type="STRING" length="30"/>
|
|
<attribute name="EQUIP_NAME" label="设备名称" type="STRING" length="200"/>
|
|
<attribute name="BRAND" label="品牌" type="STRING" length="30"/>
|
|
<attribute name="MODEL" label="型号/规格" type="STRING" length="60"/>
|
|
<attribute name="EQUIP_NUM" label="数量" type="STRING" length="30"/>
|
|
<attribute name="PRICE" label="单价" type="STRING" length="30"/>
|
|
<attribute name="UNIT" label="单位" type="STRING" length="30"/>
|
|
<attribute name="EQUIP_PRICE" label="交易价格" type="STRING" length="30"/>
|
|
<attribute name="TOTAL" label="设备原值" type="STRING" length="30"/>
|
|
<attribute name="NOW_TOTAL" label="设备现值" type="STRING" length="30"/>
|
|
<attribute name="VNDR" label="供应商id" type="STRING" length="32"/>
|
|
<attribute name="VNDR_NAME" label="供应商" type="STRING" length="200"/>
|
|
<attribute name="MANUFACTURER" label="制造商id" type="STRING" length="32"/>
|
|
<attribute name="MANUFACTURER_NAME" label="制造商" type="STRING" length="200"/>
|
|
<attribute name="EQUIP_NUMBER" label="设备序列号" type="STRING" length="30"/>
|
|
<attribute name="EQUIP_DELIVERY_PLACE" label="交付地点" type="STRING" length="100"/>
|
|
<attribute name="EQUIP_DELIVERY_DATE" label="交付时间" type="STRING" length="30"/>
|
|
<attribute name="EQUIP_PLACE" label="设备设置地址" type="STRING" length="100"/>
|
|
<attribute name="MEMO" label="备注" type="STRING" length="1000"/>
|
|
<attribute name="DATA_STATE" label="数据状态" type="STRING" length="32"/>
|
|
<attribute name="IS_FLOW" label="是否在流程中" type="STRING" length="1000"/>
|
|
<attribute name="STATUS" label="状态" type="STRING" length="1000"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="FRAME_NUMBER" label="车架号" type="STRING" length="100"/>
|
|
<attribute name="ENGINE_NUMBER" label="发动机号" type="STRING" length="100"/>
|
|
<attribute name="PLATE_NUMBER" label="车牌号" type="STRING" length="100"/>
|
|
<attribute name="EQUIP_TYPE" label="租赁物类型" type="STRING" length="32"/>
|
|
<attribute name="CONSIGNEE" label="收货人" type="STRING" length="30"/>
|
|
<attribute name="CONSIGNEE_TEL" label="收货人联系电话" type="STRING" length="30"/>
|
|
<attribute name="IS_DELIVERY" label="设备交付情况" type="STRING" length="30"/>
|
|
<attribute name="REMARK" label="交付说明" type="STRING" length="1000"/>
|
|
<attribute name="DRIVE_TYPE" label="驱动形式" type="STRING" length="100"/>
|
|
<attribute name="CAR_COLOUR" label="车辆颜色" type="STRING" length="32"/>
|
|
<attribute name="DISPLACEMENT" label="排量" type="STRING" length="32"/>
|
|
<attribute name="LICENSE_PLATE_NUMBER" label="车牌号码" type="STRING" length="32"/>
|
|
<attribute name="EXPIRYDATE" label="年检有效期" type="STRING" length="32"/>
|
|
<attribute name="D_ID" label="驾驶人ID" type="STRING" length="32"/>
|
|
<attribute name="D_NAME" label="驾驶人姓名" type="STRING" length="32"/>
|
|
<attribute name="D_SEX" label="驾驶人性别" type="STRING" length="32"/>
|
|
<attribute name="D_CERTID" label="驾驶人身份证号" type="STRING" length="32"/>
|
|
<attribute name="D_CERT_ADDR" label="驾驶人身份证地址" type="STRING" length="200"/>
|
|
<attribute name="D_CERT_VALID" label="驾驶人身份证有效期" type="STRING" length="32"/>
|
|
<attribute name="D_DRIVE" label="驾驶证" type="STRING" length="32"/>
|
|
<attribute name="D_TEL" label="驾驶人手机号码" type="STRING" length="32"/>
|
|
<attribute name="D_ADDR" label="驾驶人常住地址" type="STRING" length="200"/>
|
|
<attribute name="D_EDU_LEVEL" label="驾驶人学历" type="STRING" length="32"/>
|
|
<attribute name="D_WORK_NAME" label="驾驶人公司名称" type="STRING" length="100"/>
|
|
<attribute name="D_WORK_ADDR" label="驾驶人公司地址" type="STRING" length="200"/>
|
|
<attribute name="D_WORK_YEAR" label="驾驶人当前工作工作年限" type="STRING" length="32"/>
|
|
<attribute name="D_SALARY" label="驾驶人月薪" type="DOUBLE" length="22" scale="2"/>
|
|
<attribute name="car_series" label="车系" type="STRING" length="80"/>
|
|
<attribute name="gears" label="档位" type="STRING" length="80"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_EQUIPMENT_CAR_HIS" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_EQUIPMENT_HIS" label="租赁物历史表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="DEVICE_TYPE" label="设备类型" type="STRING" length="30"/>
|
|
<attribute name="EQUIP_NAME" label="设备名称" type="STRING" length="200"/>
|
|
<attribute name="BRAND" label="品牌" type="STRING" length="30"/>
|
|
<attribute name="MODEL" label="型号/规格" type="STRING" length="30"/>
|
|
<attribute name="EQUIP_NUM" label="数量" type="STRING" length="30"/>
|
|
<attribute name="PRICE" label="单价" type="STRING" length="30"/>
|
|
<attribute name="UNIT" label="单位" type="STRING" length="30"/>
|
|
<attribute name="EQUIP_PRICE" label="交易价格" type="STRING" length="30"/>
|
|
<attribute name="TOTAL" label="设备原值" type="STRING" length="30"/>
|
|
<attribute name="NOW_TOTAL" label="设备现值" type="STRING" length="30"/>
|
|
<attribute name="VNDR" label="供应商id" type="STRING" length="32"/>
|
|
<attribute name="VNDR_NAME" label="供应商" type="STRING" length="200"/>
|
|
<attribute name="MANUFACTURER" label="制造商id" type="STRING" length="32"/>
|
|
<attribute name="MANUFACTURER_NAME" label="制造商" type="STRING" length="200"/>
|
|
<attribute name="EQUIP_NUMBER" label="设备序列号" type="STRING" length="30"/>
|
|
<attribute name="EQUIP_DELIVERY_PLACE" label="交付地点" type="STRING" length="100"/>
|
|
<attribute name="EQUIP_DELIVERY_DATE" label="交付时间" type="STRING" length="30"/>
|
|
<attribute name="EQUIP_PLACE" label="设备设置地址" type="STRING" length="100"/>
|
|
<attribute name="MEMO" label="备注" type="STRING" length="1000"/>
|
|
<attribute name="DATA_STATE" label="数据状态" type="STRING" length="32"/>
|
|
<attribute name="MODIFY_REASON" label="修改原因分类" type="STRING" length="32"/>
|
|
<attribute name="IS_FLOW" label="是否在流程中" type="STRING" length="1000"/>
|
|
<attribute name="STATUS" label="状态" type="STRING" length="1000"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="FRAME_NUMBER" label="车架号" type="STRING" length="100"/>
|
|
<attribute name="ENGINE_NUMBER" label="发动机号" type="STRING" length="100"/>
|
|
<attribute name="PLATE_NUMBER" label="车牌号" type="STRING" length="100"/>
|
|
<attribute name="EQUIP_TYPE" label="租赁物类型" type="STRING" length="32"/>
|
|
<attribute name="CONSIGNEE" label="收货人" type="STRING" length="30"/>
|
|
<attribute name="CONSIGNEE_TEL" label="收货人联系电话" type="STRING" length="30"/>
|
|
<attribute name="IS_DELIVERY" label="设备交付情况" type="STRING" length="30"/>
|
|
<attribute name="REMARK" label="交付说明" type="STRING" length="1000"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_EQUIPMENT_HIS" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
|
|
<class name="LB_GUARANTY_HIS" label="抵押物历史表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="PROJECT_ID" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="CONTRACT_ID" type="STRING" length="32"/>
|
|
<attribute name="EQUIP_NAME" label="EQUIP_NAME" type="STRING" length="200"/>
|
|
<attribute name="GUARANTOR" label="抵押人" type="STRING" length="200"/>
|
|
<attribute name="EQUIP_INVOICE" label="EQUIP_INVOICE" type="STRING" length="32"/>
|
|
<attribute name="GUARANTY_VALUE" label="GUARANTY_VALUE" type="DOUBLE" length="30" scale="2"/>
|
|
<attribute name="GUARANTEE_TYPE" label="GUARANTEE_TYPE" type="STRING" length="32"/>
|
|
<attribute name="PRESENT_VALUE" label="PRESENT_VALUE" type="DOUBLE" length="30" scale="2"/>
|
|
<attribute name="IS_NOTARIZATION" label="IS_NOTARIZATION" type="STRING" length="32"/>
|
|
<attribute name="RECORD_MECH" label="RECORD_MECH" type="STRING" length="30"/>
|
|
<attribute name="PURCHASE_LIFE" label="PURCHASE_LIFE" type="STRING" length="30"/>
|
|
<attribute name="MEMO" label="备注" type="STRING" length="100"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_STATUS" label="PROJECT_STATUS" type="STRING" length="32"/>
|
|
<attribute name="MORTGAGE_TIME" label="抵押时间" type="STRING" length="32"/>
|
|
<attribute name="CANCEL_MORTGAGE_TIME" label="取消抵押时间" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="DATA_STATE" label="DATA_STATE" type="STRING" length="32"/>
|
|
<attribute name="MODIFY_REASON" label="MODIFY_REASON" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_GUARANTY_HIS" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_CANCEL_RISK_ALERT" label="风险预警解除正式表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="ALERT_NO" label="预警号" type="STRING" length="32"/>
|
|
<attribute name="APPLY_DATE" label="申请日期" type="STRING" length="32"/>
|
|
<attribute name="APPLY_PERSON" label="申请人" type="STRING" length="32"/>
|
|
<attribute name="APPLY_DEPT" label="申请部门" type="STRING" length="32"/>
|
|
<attribute name="CANCEL_REASON" label="解除理由" type="STRING" length="10000"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_CANCEL_RISK_ALERT" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_CANCEL_RISK_ALERT_TEMP" label="风险预警解除临时表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="ALERT_NO" label="预警号" type="STRING" length="32"/>
|
|
<attribute name="APPLY_DATE" label="申请日期" type="STRING" length="32"/>
|
|
<attribute name="APPLY_PERSON" label="申请人" type="STRING" length="32"/>
|
|
<attribute name="APPLY_DEPT" label="申请部门" type="STRING" length="32"/>
|
|
<attribute name="CANCEL_REASON" label="解除理由" type="STRING" length="10000"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_CANCEL_RISK_ALERT_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_ASSETS_DISPOSAL" label="资产处置正式表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="APPLY_NO" label="申请编号" type="STRING" length="32"/>
|
|
<attribute name="HANDLE_TYPE" label="处理类型" type="STRING" length="32"/>
|
|
<attribute name="IS_FEE" label="是否有预支费用" type="STRING" length="32"/>
|
|
<attribute name="FEE_MONEY" label="预支费用金额" type="STRING" length="32"/>
|
|
<attribute name="DEMO" label="申请说明" type="STRING" length="10000"/>
|
|
<attribute name="PROSECUTE_DATE" label="起诉日期" type="STRING" length="32"/>
|
|
<attribute name="JUDGEMENT_DATE" label="判决日期" type="STRING" length="32"/>
|
|
<attribute name="IS_PRESERVATION" label="是否保全" type="STRING" length="32"/>
|
|
<attribute name="PRESERVATION_DATE" label="保全日期" type="STRING" length="32"/>
|
|
<attribute name="PROPERTY_CLUE" label="财产线索" type="STRING" length="10000"/>
|
|
<attribute name="CONDITION_DEMO" label="情况说明" type="STRING" length="10000"/>
|
|
<attribute name="LAW_HANDLE_TYPE" label="法务处理类型" type="STRING" length="32"/>
|
|
<attribute name="END_MONEY" label="结案金额" type="STRING" length="32"/>
|
|
<attribute name="END_DEMO" label="结案说明" type="STRING" length="10000"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_ASSETS_DISPOSAL" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_ASSETS_DISPOSAL_TEMP" label="资产处置正临时表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="APPLY_NO" label="申请编号" type="STRING" length="32"/>
|
|
<attribute name="HANDLE_TYPE" label="处理类型" type="STRING" length="32"/>
|
|
<attribute name="IS_FEE" label="是否有预支费用" type="STRING" length="32"/>
|
|
<attribute name="FEE_MONEY" label="预支费用金额" type="STRING" length="32"/>
|
|
<attribute name="DEMO" label="申请说明" type="STRING" length="10000"/>
|
|
<attribute name="PROSECUTE_DATE" label="起诉日期" type="STRING" length="32"/>
|
|
<attribute name="JUDGEMENT_DATE" label="判决日期" type="STRING" length="32"/>
|
|
<attribute name="IS_PRESERVATION" label="是否保全" type="STRING" length="32"/>
|
|
<attribute name="PRESERVATION_DATE" label="保全日期" type="STRING" length="32"/>
|
|
<attribute name="PROPERTY_CLUE" label="财产线索" type="STRING" length="10000"/>
|
|
<attribute name="CONDITION_DEMO" label="情况说明" type="STRING" length="10000"/>
|
|
<attribute name="LAW_HANDLE_TYPE" label="法务处理类型" type="STRING" length="32"/>
|
|
<attribute name="END_MONEY" label="结案金额" type="STRING" length="32"/>
|
|
<attribute name="END_DEMO" label="结案说明" type="STRING" length="10000"/>
|
|
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_ASSETS_DISPOSAL_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_ASSETS_DISPOSAL_FEE" label="资产处置费用正式表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="APPLY_NO" label="申请编号" type="STRING" length="32"/>
|
|
<attribute name="FEE_TYPE" label="费用类型" type="STRING" length="32"/>
|
|
<attribute name="FEE_DATE" label="日期" type="STRING" length="32"/>
|
|
<attribute name="FEE_MONEY" label="金额" type="STRING" length="32"/>
|
|
<attribute name="DEMO" label="备注" type="STRING" length="200"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_ASSETS_DISPOSAL_FEE" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_ASSETS_DISPOSAL_FEE_HIS" label="资产处置费用历史表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="APPLY_NO" label="申请编号" type="STRING" length="32"/>
|
|
<attribute name="FEE_TYPE" label="费用类型" type="STRING" length="32"/>
|
|
<attribute name="FEE_DATE" label="日期" type="STRING" length="32"/>
|
|
<attribute name="FEE_MONEY" label="金额" type="STRING" length="32"/>
|
|
<attribute name="DEMO" label="备注" type="STRING" length="200"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_ASSETS_DISPOSAL_FEE_HIS" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_ASSETS_DISPOSAL_FEE_TEMP" label="资产处置费用临时表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="APPLY_NO" label="申请编号" type="STRING" length="32"/>
|
|
<attribute name="FEE_TYPE" label="费用类型" type="STRING" length="32"/>
|
|
<attribute name="FEE_DATE" label="日期" type="STRING" length="32"/>
|
|
<attribute name="FEE_MONEY" label="金额" type="STRING" length="32"/>
|
|
<attribute name="DEMO" label="备注" type="STRING" length="200"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_ASSETS_DISPOSAL_FEE_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_CONTRACT_DELIVERY" label="寄送合同登记表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_NUMBER" label="业务合同号" type="STRING" length="50"/>
|
|
<attribute name="CUSTOMER_ID" label="客户编号" type="STRING" length="50"/>
|
|
<attribute name="SENT_DATE" label="寄送日期" type="STRING" length="32"/>
|
|
<attribute name="SENT_PERSON" label="寄送人" type="STRING" length="32"/>
|
|
<attribute name="SENT_FILE" label="寄送文件" type="STRING" length="32"/>
|
|
<attribute name="EXPRESS_NO" label="快递单号" type="STRING" length="32"/>
|
|
<attribute name="EXPRESS_COMP" label="快递公司" type="STRING" length="200"/>
|
|
<attribute name="RECIPIENT" label="收件人" type="STRING" length="32"/>
|
|
<attribute name="RECIPIENT_ADDRESS" label="收件地址" type="STRING" length="200"/>
|
|
<attribute name="RECIPIENT_TEL" label="联系电话" type="STRING" length="32"/>
|
|
<attribute name="SIGN_DATE" label="快递签收日期" type="STRING" length="32"/>
|
|
<attribute name="CONFIRM_DATE" label="确认收到快递日期" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新日期" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_CONTRACT_DELIVERY" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_FILE_BORROWING_INFO_TEMP" label="档案借阅信息" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="BORROWID" label="流水号" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程号" type="STRING" length="32"/>
|
|
<attribute name="BORROWING_PERSON" label="申请人" type="STRING" length="32"/>
|
|
<attribute name="BORROWING_TIME" label="申请日期" type="STRING" length="32"/>
|
|
<attribute name="RETURN_TIME" label="预计归还日期" type="STRING" length="32"/>
|
|
<attribute name="DEMO" label="借阅说明" type="STRING" length="1000"/>
|
|
<attribute name="DOCIDS" label="借阅文档" type="STRING" length="800"/>
|
|
<attribute name="BORROW_STATUS" label="借阅状态(1:借阅单生效;2:借阅失败;3:归还中;4:归还成功)" type="STRING" length="32"/>
|
|
<attribute name="BORROW_NUMBER" label="借阅文件数量" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_FILE_BORROWING_INFO_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
|
|
<class name="VI_LC_AUDIT_RENT_PLAN" label="代收复核" keyAttributes="">
|
|
<attributes>
|
|
<attribute name="id" label="id" type="STRING"/>
|
|
<attribute name="contract_id" label="合同编号" type="STRING"/>
|
|
<attribute name="contract_number" label="业务合同编号" type="STRING"/>
|
|
<attribute name="customer_id" label="承租人编号" type="STRING"/>
|
|
<attribute name="plan_list" label="期项" type="STRING"/>
|
|
<attribute name="plan_date" label="计划日期" type="STRING"/>
|
|
<attribute name="fact_rent" label="实际租金" type="STRING"/>
|
|
<attribute name="fact_corpus" label="实际本金" type="STRING"/>
|
|
<attribute name="fact_interest" label="实际利息" type="STRING"/>
|
|
<attribute name="rent" label="未付租金" type="STRING"/>
|
|
<attribute name="corpus" label="未付本金" type="STRING"/>
|
|
<attribute name="interest" label="未付利息" type="STRING"/>
|
|
<attribute name="penalty" label="罚息" type="STRING"/>
|
|
<attribute name="bank_name" label="银行名称" type="STRING"/>
|
|
<attribute name="account" label="开户户名" type="STRING"/>
|
|
<attribute name="acc_number" label="银行账号" type="STRING"/>
|
|
<attribute name="mobile" label="预留手机号" type="STRING"/>
|
|
<attribute name="sign_status" label="签约状态" type="STRING"/>
|
|
<attribute name="AUDIT_STATE" label="审核状态" type="STRING"/>
|
|
<attribute name="COLLECT_STATUS" label="收付状态" type="STRING"/>
|
|
<attribute name="COLLECT_MSG" label="收付信息" type="STRING"/>
|
|
<attribute name="BATCH_STATUS" label="批量代收处理状态" type="STRING"/>
|
|
<attribute name="BATCH_NO" label="批量交易流水号" type="STRING"/>
|
|
<attribute name="BATCH_SN" label="一笔批量交易流水内项数SN" type="STRING"/>
|
|
<attribute name="FAILURE_TIME" label="失败时间" type="STRING"/>
|
|
<attribute name="FAILURE_REASON" label="失败原因" type="STRING"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="vi_lc_audit_rent_plan" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
|
|
<class name="LB_CONTRACT_INVOICE_TYPE" label="租金开票信息" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="ASSET_TYPE" label="资产类型" type="STRING" length="32"/>
|
|
<attribute name="INVOICE_OBJECT" label="开票对象" type="STRING" length="32"/>
|
|
<attribute name="TAX_REG_TYPE" label="纳税人类别[是否一般纳税人(是/否)]" type="STRING" length="32"/>
|
|
<attribute name="TAX_REG_CODE" label="纳税人识别号/国税登记号" type="STRING" length="200"/>
|
|
<attribute name="TAX_BANK" label="开户行" type="STRING" length="200"/>
|
|
<attribute name="TAX_ACC" label="开户账号" type="STRING" length="200"/>
|
|
<attribute name="INVOICE_ADD" label="开票地址" type="STRING" length="200"/>
|
|
<attribute name="INVOICE_PHONE" label="开票电话" type="STRING" length="32"/>
|
|
<attribute name="IS_MAIN" label="默认开票" type="STRING" length="32"/>
|
|
<attribute name="INTEREST_RATE" label="租息税率" type="STRING" length="32"/>
|
|
<attribute name="INTEREST_INVOICE_TYPE" label="租息开票类型" type="STRING" length="32"/>
|
|
<attribute name="CORPUS_RATE" label="本金税率" type="STRING" length="32"/>
|
|
<attribute name="CORPUS_INVOICE_TYPE" label="本金开票类型" type="STRING" length="32"/>
|
|
<attribute name="HAND_RATE" label="手续费税率" type="STRING" length="32"/>
|
|
<attribute name="HAND_INVOICE_TYPE" label="手续费发票类型" type="STRING" length="32"/>
|
|
<attribute name="SERVICE_RATE" label="咨询服务费税率" type="STRING" length="32"/>
|
|
<attribute name="SERVICE_INVOICE_TYPE" label="咨询服务费发票类型" type="STRING" length="32"/>
|
|
<attribute name="NOMINAL_RATE" label="留购价税率" type="STRING" length="32"/>
|
|
<attribute name="NOMINAL_INVOICE_TYPE" label="留购价发票类型" type="STRING" length="32"/>
|
|
<attribute name="CAUTION_RATE" label="保证金税率" type="STRING" length="32"/>
|
|
<attribute name="CAUTION_INVOICE_TYPE" label="保证金发开票类型" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程识标" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_CONTRACT_INVOICE_TYPE" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_CONTRACT_INVOICE_TYPE_TEMP" label="租金开票信息" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="INVOICE_OBJECT" label="开票对象" type="STRING" length="32"/>
|
|
<attribute name="TAX_REG_TYPE" label="纳税人类别[是否一般纳税人(是/否)]" type="STRING" length="32"/>
|
|
<attribute name="TAX_REG_CODE" label="纳税人识别号/国税登记号" type="STRING" length="200"/>
|
|
<attribute name="TAX_BANK" label="开户行" type="STRING" length="200"/>
|
|
<attribute name="TAX_ACC" label="开户账号" type="STRING" length="200"/>
|
|
<attribute name="INVOICE_ADD" label="开票地址" type="STRING" length="200"/>
|
|
<attribute name="INVOICE_PHONE" label="开票电话" type="STRING" length="32"/>
|
|
<attribute name="IS_MAIN" label="默认开票" type="STRING" length="32"/>
|
|
<attribute name="INTEREST_RATE" label="租息税率" type="STRING" length="32"/>
|
|
<attribute name="INTEREST_INVOICE_TYPE" label="租息开票类型" type="STRING" length="32"/>
|
|
<attribute name="CORPUS_RATE" label="本金税率" type="STRING" length="32"/>
|
|
<attribute name="CORPUS_INVOICE_TYPE" label="本金开票类型" type="STRING" length="32"/>
|
|
<attribute name="HAND_RATE" label="手续费税率" type="STRING" length="32"/>
|
|
<attribute name="HAND_INVOICE_TYPE" label="手续费发票类型" type="STRING" length="32"/>
|
|
<attribute name="SERVICE_RATE" label="咨询服务费税率" type="STRING" length="32"/>
|
|
<attribute name="ASSET_TYPE" label="资产类型" type="STRING" length="32"/>
|
|
<attribute name="SERVICE_INVOICE_TYPE" label="咨询服务费发票类型" type="STRING" length="32"/>
|
|
<attribute name="NOMINAL_RATE" label="留购价税率" type="STRING" length="32"/>
|
|
<attribute name="NOMINAL_INVOICE_TYPE" label="留购价发票类型" type="STRING" length="32"/>
|
|
<attribute name="CAUTION_RATE" label="保证金税率" type="STRING" length="32"/>
|
|
<attribute name="CAUTION_INVOICE_TYPE" label="保证金发开票类型" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程识标" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_CONTRACT_INVOICE_TYPE_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="IMPORTANT_MATTER" label="重大事项详情" keyAttributes="id">
|
|
<attributes>
|
|
<attribute name="id" label="主键" type="STRING" length="32"/>
|
|
<attribute name="apply_date" label="日期" type="STRING" length="32"/>
|
|
<attribute name="apply_person" label="申请人员" type="STRING" length="32"/>
|
|
<attribute name="apply_dept" label="申请部门" type="STRING" length="32"/>
|
|
<attribute name="find_type" label="发现方式" type="STRING" length="65535"/>
|
|
<attribute name="industry_direction_status" label="有无" type="STRING" length="32"/>
|
|
<attribute name="industry_direction" label="行业方面" type="STRING" length="65535"/>
|
|
<attribute name="cust_direction_status" label="有无" type="STRING" length="32"/>
|
|
<attribute name="cust_direction" label="承租人方面" type="STRING" length="65535"/>
|
|
<attribute name="financial_direction_status" label="有无" type="STRING" length="32"/>
|
|
<attribute name="financial_direction" label="财务报表方面" type="STRING" length="65535"/>
|
|
<attribute name="credit_direction_status" label="有无" type="STRING" length="32"/>
|
|
<attribute name="credit_direction" label="信用方面" type="STRING" length="65535"/>
|
|
<attribute name="equipment_direction_status" label="有无" type="STRING" length="32"/>
|
|
<attribute name="equipment_direction" label="租赁物方面" type="STRING" length="65535"/>
|
|
<attribute name="guarantee_direction_status" label="有无" type="STRING" length="32"/>
|
|
<attribute name="guarantee_direction" label="担保或抵押方面" type="STRING" length="65535"/>
|
|
<attribute name="flowunid" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="inputorgid" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="updateorgid" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="IMPORTANT_MATTER" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_MESSAGE_CONFIG" label="短信设置" keyAttributes="ID_">
|
|
<attributes>
|
|
<attribute name="ID_" label="标识" type="STRING" length="32"/>
|
|
<attribute name="HOST_" label="发送信息主机" type="STRING" length="255"/>
|
|
<attribute name="PORT_" label="发送信息端口号" type="INT" length="10"/>
|
|
<attribute name="SENDER_" label="发送信息的用户" type="STRING" length="255"/>
|
|
<attribute name="SENDER_PASSWORD_" label="发送人认证密码" type="STRING" length="255"/>
|
|
<attribute name="SEND_MESSAGE_URL_" label="发送信息的url" type="STRING" length="255"/>
|
|
<attribute name="SEND_PARAMS_URL_" label="发送时候的参数信息" type="STRING" length="255"/>
|
|
<attribute name="SUB_CODE_" label="发送人的子码" type="STRING" length="255"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="40"/>
|
|
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="40"/>
|
|
<attribute name="IS_SEND" label="是否通过该配置发送短信" type="STRING" length="6"/>
|
|
<attribute name="ALLOW_SEND_IPS" label="允许发送短信的主机IP" type="STRING" length="400"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_MESSAGE_CONFIG" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_SMS_NOTICE_TASKS" label="短信发送" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="CUSTOMER_ID" label="客户编号" type="STRING" length="32"/>
|
|
<attribute name="PHONE_NUMBER" label="手机号码" type="STRING" length="20"/>
|
|
<attribute name="SMS_CONTENT" label="短信内容" type="STRING" length="1000"/>
|
|
<attribute name="SEND_RESULT" label="短信发送反馈信息" type="STRING" length="256"/>
|
|
<attribute name="NOTICE_TIME" label="指定发送时间" type="STRING" length="20"/>
|
|
<attribute name="SEND_TIME" label="实际发送时间" type="STRING" length="20"/>
|
|
<attribute name="SMS_TYPE" label="发送时机" type="STRING" length="20"/>
|
|
<attribute name="SEND_FLAG" label="发送状态" type="INT" length="10"/>
|
|
<attribute name="SEND_OBJ" label="发送对象" type="STRING" length="32"/>
|
|
<attribute name="SEND_OBJ_TYPE" label="发送对象类型" type="STRING" length="20"/>
|
|
<attribute name="REMARK" label="备注" type="STRING" length="256"/>
|
|
<attribute name="SMS_TEMPLATE_ID" label="短信类型" type="STRING" length="20"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="20"/>
|
|
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="20"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_SMS_NOTICE_TASKS" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LC_OCCUPY_RENT_LIST" label="租金计划占用列表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="ID" type="STRING" length="32"/>
|
|
<attribute name="PAYMENT_NUMBER" label="PAYMENT_NUMBER" type="STRING" length="32"/>
|
|
<attribute name="PLAN_LIST" label="PLAN_LIST" type="STRING" length="32"/>
|
|
<attribute name="FLOW_NAME" label="FLOW_NAME" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="FLOW_NAME" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LC_OCCUPY_RENT_LIST" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_PROJECT_TRANSFER_HIS" label="项目移交历史" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="OLD_MANAGER" label="原项目经理" type="STRING" length="32"/>
|
|
<attribute name="NEW_MANAGER" label="现项目经理" type="STRING" length="32"/>
|
|
<attribute name="NEW_ORGID" label="现部门" type="STRING" length="32"/>
|
|
<attribute name="NEW_ORGLEVEL" label="现部门层级名称" type="STRING" length="200"/>
|
|
<attribute name="MEMO" label="移交备注" type="STRING" length="2000"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_PROJECT_TRANSFER_HIS" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="CONTRACT_RENT_MONTH" label="利息计提" keyAttributes="id">
|
|
<attributes>
|
|
<attribute name="id" label="标识" type="STRING" length="32"/>
|
|
<attribute name="rent_list" label="期项" type="INT" length="10"/>
|
|
<attribute name="interest" label="租息" type="DOUBLE" length="22" scale="2"/>
|
|
<attribute name="fee" label="手续费" type="DOUBLE" length="22" scale="2"/>
|
|
<attribute name="accrued_date" label="计提月" type="STRING" length="20"/>
|
|
<attribute name="start_date" label="计提开始日" type="STRING" length="20"/>
|
|
<attribute name="end_date" label="计提结束日" type="STRING" length="20"/>
|
|
<attribute name="formula" label="计提公式" type="STRING" length="200"/>
|
|
<attribute name="hand_formula" label="计提公式" type="STRING" length="200"/>
|
|
<attribute name="is_createvoucher" label="是否生成凭证" type="STRING" length="200"/>
|
|
<attribute name="create_date" label="创建时间" type="STRING" length="20"/>
|
|
<attribute name="modify_date" label="修改时间" type="STRING" length="20"/>
|
|
<attribute name="contract_id" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="payment_number" label="投放编号" type="STRING" length="32"/>
|
|
<attribute name="creator_" label="创建人" type="STRING" length="32"/>
|
|
<attribute name="modificator_" label="修改人" type="STRING" length="32"/>
|
|
<attribute name="is_terminate_end" label="是否属于中途终止租金计划" type="STRING" length="200"/>
|
|
<attribute name="plan_id" label="租金计划ID" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="CONTRACT_RENT_MONTH" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LC_HANDLING_APPORTION" label="手续费占比" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
|
|
<attribute name="PLAN_LIST" label="期次" type="INT" length="10"/>
|
|
<attribute name="HANDLING_APPORTION_MONEY" label="手续费占金额" type="DOUBLE" length="18" scale="2"/>
|
|
<attribute name="HANDLING_APPORTION_RATIO" label="手续费占比" type="DOUBLE" length="18" scale="6"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LC_HANDLING_APPORTION" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_CONTRACT_INFO_HIS" label="合同信息历史表(开票类型)" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_NO" label="合同号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_NUMBER" label="业务合同号" type="STRING" length="50"/>
|
|
<attribute name="CONTRACT_STATUS" label="合同状态" type="STRING" length="10"/>
|
|
<attribute name="PRODUCT_NAME" label="产品名称" type="STRING" length="200"/>
|
|
<attribute name="PRODUCT_ID" label="产品ID" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_DATE" label="项目日期" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_NAME" label="项目名称" type="STRING" length="50"/>
|
|
<attribute name="PROJECT_TYPE" label="项目类型" type="STRING" length="32"/>
|
|
<attribute name="RENT_METHOD" label="起租方式" type="STRING" length="30"/>
|
|
<attribute name="PROJECT_SOURCE" label="项目来源" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_INDUSTRY" label="内部行业" type="STRING" length="32"/>
|
|
<attribute name="LEAS_FORM" label="业务形式" type="STRING" length="32"/>
|
|
<attribute name="LEASE_FORM" label="租赁形式" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_DEPT" label="出单部门" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_REGISTRAR" label="经办人" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_MANAGE" label="项目经理" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ASSIST" label="项目协办" type="STRING" length="32"/>
|
|
<attribute name="END_DATE" label="预计结束日期" type="STRING" length="32"/>
|
|
<attribute name="START_DATE" label="起租日" type="STRING" length="32"/>
|
|
<attribute name="ACTUAL_START_DATE" label="实际起租日" type="STRING" length="32"/>
|
|
<attribute name="ACTUAL_END_DATE" label="实际结束日" type="STRING" length="32"/>
|
|
<attribute name="ACCOUNTING_START_DATE" label="财务起租日" type="STRING" length="32"/>
|
|
<attribute name="FIVE_CATALOG" label="五级分类" type="STRING" length="32"/>
|
|
<attribute name="FIVE_CATALOG_DATE" label="五级分类日期" type="STRING" length="32"/>
|
|
<attribute name="FIVE_CATALOG_MEMO" label="五级分类说明" type="STRING" length="200"/>
|
|
<attribute name="SIGN_PLACE" label="签约地点" type="STRING" length="200"/>
|
|
<attribute name="SIGN_DATE" label="签约日期" type="STRING" length="32"/>
|
|
<attribute name="SIGN_PEOPLE" label="签约人" type="STRING" length="65535"/>
|
|
<attribute name="OTHER_CONDITION" label="其他商务条件" type="STRING" length="2000"/>
|
|
<attribute name="FLOWUNID" label="流程标识" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新日期" type="STRING" length="32"/>
|
|
<attribute name="DATA_STATE" label="DATA_STATE" type="STRING" length="32"/>
|
|
<attribute name="MODIFY_REASON" label="MODIFY_REASON" type="STRING" length="32"/>
|
|
<attribute name="ISFILEARCHIVED" label="是否归档" type="STRING" length="32"/>
|
|
<attribute name="IS_PRINT" label="导出状态(打印快递单)" type="STRING" length="32"/>
|
|
<attribute name="ASSET_TYPE" label="资产类型" type="STRING" length="32"/>
|
|
<attribute name="RENT_INVOICE_TYPE" label="租金开票类型" type="STRING" length="32"/>
|
|
<attribute name="INVOICE_MEMO" label="开票说明" type="STRING" length="2000"/>
|
|
<attribute name="CONTRACT_INVOICE_STATUS" label="合同开票状态" type="STRING" length="32"/>
|
|
<attribute name="VERSIONID" label="版本号" type="STRING" length="64"/>
|
|
<attribute name="distributor_id" label="distributor_id" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_CONTRACT_INFO_HIS" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_CONTRACT_INVOICE_TYPE_HIS" label="开票对象历史表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="INVOICE_OBJECT" label="开票对象" type="STRING" length="32"/>
|
|
<attribute name="TAX_REG_TYPE" label="纳税人类别[是否一般纳税人(是/否)]" type="STRING" length="32"/>
|
|
<attribute name="TAX_REG_CODE" label="纳税人识别号/国税登记号" type="STRING" length="200"/>
|
|
<attribute name="TAX_BANK" label="开户行" type="STRING" length="200"/>
|
|
<attribute name="TAX_ACC" label="开户账号" type="STRING" length="200"/>
|
|
<attribute name="INVOICE_ADD" label="开票地址" type="STRING" length="200"/>
|
|
<attribute name="INVOICE_PHONE" label="开票电话" type="STRING" length="32"/>
|
|
<attribute name="IS_MAIN" label="Y/N" type="STRING" length="32"/>
|
|
<attribute name="INTEREST_RATE" label="租息税率" type="STRING" length="32"/>
|
|
<attribute name="INTEREST_INVOICE_TYPE" label="租息开票类型" type="STRING" length="32"/>
|
|
<attribute name="CORPUS_RATE" label="本金税率" type="STRING" length="32"/>
|
|
<attribute name="CORPUS_INVOICE_TYPE" label="本金开票类型" type="STRING" length="32"/>
|
|
<attribute name="HAND_RATE" label="手续费税率" type="STRING" length="32"/>
|
|
<attribute name="HAND_INVOICE_TYPE" label="手续费发票类型" type="STRING" length="32"/>
|
|
<attribute name="SERVICE_RATE" label="咨询服务费税率" type="STRING" length="32"/>
|
|
<attribute name="SERVICE_INVOICE_TYPE" label="咨询服务费发票类型" type="STRING" length="32"/>
|
|
<attribute name="NOMINAL_RATE" label="留购价税率" type="STRING" length="32"/>
|
|
<attribute name="NOMINAL_INVOICE_TYPE" label="留购价发票类型" type="STRING" length="32"/>
|
|
<attribute name="CAUTION_RATE" label="保证金税率" type="STRING" length="32"/>
|
|
<attribute name="CAUTION_INVOICE_TYPE" label="保证金发开票类型" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程识标" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_CONTRACT_INVOICE_TYPE_HIS" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_REPLY_IMPLEMENT" label="批复落实" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="SERIALNO" label="序号" type="INT" length="32"/>
|
|
<attribute name="MAIN_TITLE" label="主题" type="STRING" length="32"/>
|
|
<attribute name="REPLY_IMPLEMENT" label="批复状态" type="STRING" length="32"/>
|
|
<attribute name="MEMO" label="描述" type="STRING" length="1000"/>
|
|
<attribute name="IMPLEMENT_MEMO" label="落实情况" type="STRING" length="1000"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_REPLY_IMPLEMENT" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_REPLY_IMPLEMENT_TEMP" label="批复落实" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="SERIALNO" label="序号" type="INT" length="32"/>
|
|
<attribute name="MAIN_TITLE" label="主题" type="STRING" length="32"/>
|
|
<attribute name="REPLY_IMPLEMENT" label="批复状态" type="STRING" length="32"/>
|
|
<attribute name="MEMO" label="描述" type="STRING" length="1000"/>
|
|
<attribute name="IMPLEMENT_MEMO" label="落实情况" type="STRING" length="1000"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_REPLY_IMPLEMENT_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_AFTER_LEASING_VISIT" label="租后巡视基本信息正式表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="RELATIVE_ID" label="关联id" type="STRING" length="32"/>
|
|
<attribute name="CUSTOMER_ID" label="客户编号" type="STRING" length="32"/>
|
|
<attribute name="INVESTIGATION_METHOD" label="租后工作形式" type="STRING" length="32"/>
|
|
<attribute name="INTERVIEW_STAFF" label="主要受访人员及职务" type="STRING" length="500"/>
|
|
<attribute name="INVESTIGATION_PEOPLE" label="参与部门和检查人员" type="STRING" length="500"/>
|
|
<attribute name="INVESTIGATION_TIME" label="本期检查时间" type="STRING" length="32"/>
|
|
<attribute name="LAST_TIME" label="上期检查时间" type="STRING" length="32"/>
|
|
<attribute name="REPORT_STAFF" label="报告人" type="STRING" length="32"/>
|
|
<attribute name="REPORT_DATE" label="报告时间" type="STRING" length="32"/>
|
|
<attribute name="LAST_INVEST_PROBLEMS" label="上期检查主要问题" type="STRING" length="1000"/>
|
|
<attribute name="LAST_INVEST_REFORM" label="上期问题整改情况" type="STRING" length="1000"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_AFTER_LEASING_VISIT" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_AFTER_LEASING_VISIT_TEMP" label="租后巡视基本信息临时表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="RELATIVE_ID" label="关联id" type="STRING" length="32"/>
|
|
<attribute name="CUSTOMER_ID" label="客户编号" type="STRING" length="32"/>
|
|
<attribute name="INVESTIGATION_METHOD" label="租后工作形式" type="STRING" length="32"/>
|
|
<attribute name="INTERVIEW_STAFF" label="主要受访人员及职务" type="STRING" length="500"/>
|
|
<attribute name="INVESTIGATION_PEOPLE" label="参与部门和检查人员" type="STRING" length="500"/>
|
|
<attribute name="INVESTIGATION_TIME" label="本期检查时间" type="STRING" length="32"/>
|
|
<attribute name="LAST_TIME" label="上期检查时间" type="STRING" length="32"/>
|
|
<attribute name="REPORT_STAFF" label="报告人" type="STRING" length="32"/>
|
|
<attribute name="REPORT_DATE" label="报告时间" type="STRING" length="32"/>
|
|
<attribute name="LAST_INVEST_PROBLEMS" label="上期检查主要问题" type="STRING" length="1000"/>
|
|
<attribute name="LAST_INVEST_REFORM" label="上期问题整改情况" type="STRING" length="1000"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_AFTER_LEASING_VISIT_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_AFTER_VISIT_PAYMENT" label="租后巡视检查情况正式表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="RELATIVE_ID" label="关联编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同id" type="STRING" length="32"/>
|
|
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
|
|
<attribute name="FIVE_GRADE" label="五级分类" type="STRING" length="32"/>
|
|
<attribute name="EQUIPMENTS" label="租赁标的物" type="STRING" length="500"/>
|
|
<attribute name="GUARANTEEUNITS" label="担保人" type="STRING" length="500"/>
|
|
<attribute name="GUARANTYS" label="抵质押物" type="STRING" length="500"/>
|
|
<attribute name="OTHER_METHODS" label="其他风险缓释措施" type="STRING" length="1000"/>
|
|
<attribute name="PAYMENT_RENT_CONDITION" label="项目还租情况" type="STRING" length="1000"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_AFTER_VISIT_PAYMENT" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_AFTER_VISIT_PAYMENT_TEMP" label="租后巡视检查情况临时表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="RELATIVE_ID" label="关联编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同id" type="STRING" length="32"/>
|
|
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
|
|
<attribute name="FIVE_GRADE" label="五级分类" type="STRING" length="32"/>
|
|
<attribute name="EQUIPMENTS" label="租赁标的物" type="STRING" length="500"/>
|
|
<attribute name="GUARANTEEUNITS" label="担保人" type="STRING" length="500"/>
|
|
<attribute name="GUARANTYS" label="抵质押物" type="STRING" length="500"/>
|
|
<attribute name="OTHER_METHODS" label="其他风险缓释措施" type="STRING" length="1000"/>
|
|
<attribute name="PAYMENT_RENT_CONDITION" label="项目还租情况" type="STRING" length="1000"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_AFTER_VISIT_PAYMENT_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LC_CONDITION" label="前提条件表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="PRECONDITION_TYPE" label="类型" type="STRING" length="32"/>
|
|
<attribute name="SHOW_INDEX" label="编号" type="INT" length="10"/>
|
|
<attribute name="PRECONDITION" label="前提条件" type="STRING" length="500"/>
|
|
<attribute name="PRECONDITION_MEMO" label="前提条件说明" type="STRING" length="1000"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LC_CONDITION" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LC_CONDITION_TEMP" label="前提条件表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="PRECONDITION_TYPE" label="类型" type="STRING" length="32"/>
|
|
<attribute name="SHOW_INDEX" label="编号" type="INT" length="10"/>
|
|
<attribute name="PRECONDITION" label="前提条件" type="STRING" length="500"/>
|
|
<attribute name="PRECONDITION_MEMO" label="前提条件说明" type="STRING" length="1000"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LC_CONDITION_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="T_MESSAGE_NOTICE_TASKS" label="短信发送记录" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="MESSAGE_NUMBER" label="短信号码" type="STRING" length="64"/>
|
|
<attribute name="MESSAGE_CONTENT" label="短信内容" type="STRING" length="1000"/>
|
|
<attribute name="SEND_STATUS" label="发送状态" type="STRING" length="32"/>
|
|
<attribute name="MESSAGE_NAME" label="短信名称" type="STRING" length="32"/>
|
|
<attribute name="CREATE_DATE" label="CREATE_DATE" type="STRING" length="40"/>
|
|
<attribute name="MODIFY_DATE" label="MODIFY_DATE" type="STRING" length="40"/>
|
|
<attribute name="CREATOR" label="CREATOR" type="STRING" length="32"/>
|
|
<attribute name="MODIFICATOR" label="MODIFICATOR" type="STRING" length="32"/>
|
|
<attribute name="SEND_DATE" label="发送时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="T_MESSAGE_NOTICE_TASKS" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="COLLECT_RECORD_LOG" label="" keyAttributes="id">
|
|
<attributes>
|
|
<attribute name="id" label="id" type="STRING" length="32"/>
|
|
<attribute name="collect_sn" label="流水号" type="STRING" length="64"/>
|
|
<attribute name="contract_id" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="customer_name" label="客户编号" type="STRING" length="32"/>
|
|
<attribute name="certid" label="证件号码" type="STRING" length="32"/>
|
|
<attribute name="mobile" label="预留手机号" type="STRING" length="32"/>
|
|
<attribute name="acc_number" label="扣款银行卡号" type="STRING" length="32"/>
|
|
<attribute name="money" label="扣款金额" type="DOUBLE" length="18" scale="2"/>
|
|
<attribute name="inputorg" label="登记机构" type="STRING" length="32"/>
|
|
<attribute name="inputuser" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="inputdate" label="登记日期" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="collect_record_log" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="COLLECT_RECORD_STATUS" label="" keyAttributes="id">
|
|
<attributes>
|
|
<attribute name="id" label="id" type="STRING" length="32"/>
|
|
<attribute name="contract_id" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="rent_plan_id" label="租金计划表ID" type="STRING" length="32"/>
|
|
<attribute name="collect_sn" label="流水号" type="STRING" length="64"/>
|
|
<attribute name="money" label="扣款金额" type="DOUBLE" length="18" scale="2"/>
|
|
<attribute name="Deduct_stata" label="扣款状态" type="STRING" length="32"/>
|
|
<attribute name="Deduct_msg" label="扣款信息描述" type="STRING" length="800"/>
|
|
<attribute name="inputorg" label="inputorg" type="STRING" length="32"/>
|
|
<attribute name="inputuser" label="inputuser" type="STRING" length="32"/>
|
|
<attribute name="inputdate" label="inputdate" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="collect_record_status" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
|
|
<class name="LB_CARDATA_MODEL" label="" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
|
|
<attribute name="brandid" label="品牌ID" type="STRING" length="32"/>
|
|
<attribute name="brandname" label="品牌名称" type="STRING" length="100"/>
|
|
<attribute name="seriesid" label="车系ID" type="STRING" length="32"/>
|
|
<attribute name="seriesname" label="车系名称" type="STRING" length="100"/>
|
|
<attribute name="seriesgroupname" label="车系组名" type="STRING" length="100"/>
|
|
<attribute name="modelid" label="车型ID" type="STRING" length="32"/>
|
|
<attribute name="modelname" label="车型名称" type="STRING" length="100"/>
|
|
<attribute name="price" label="指导价" type="STRING" length="100"/>
|
|
<attribute name="liter" label="排量" type="STRING" length="100"/>
|
|
<attribute name="geartype" label="变速箱" type="STRING" length="100"/>
|
|
<attribute name="modelyear" label="年款" type="STRING" length="100"/>
|
|
<attribute name="makertype" label="制造商类型" type="STRING" length="100"/>
|
|
<attribute name="dischargestandard" label="排放标准" type="STRING" length="100"/>
|
|
<attribute name="seatnumber" label="座位数" type="STRING" length="100"/>
|
|
<attribute name="minregyear" label="最小上牌年份" type="STRING" length="100"/>
|
|
<attribute name="maxregyear" label="最大上牌年份" type="STRING" length="100"/>
|
|
<attribute name="opertype" label="操作类型" type="STRING" length="100"/>
|
|
<attribute name="modeltimestamp" label="车型时间戳" type="STRING" length="100"/>
|
|
<attribute name="seriestimestamp" label="车系时间戳" type="STRING" length="100"/>
|
|
<attribute name="brandtimestamp" label="品牌时间戳" type="STRING" length="100"/>
|
|
<attribute name="currentversion" label="当前版本号" type="STRING" length="100"/>
|
|
<attribute name="initialversion" label="最初版本号" type="STRING" length="100"/>
|
|
<attribute name="retainfield1" label="保留字段1" type="STRING" length="100"/>
|
|
<attribute name="retainfield2" label="保留字段2" type="STRING" length="100"/>
|
|
<attribute name="retainfield3" label="保留字段3" type="STRING" length="100"/>
|
|
<attribute name="inputuserid" label="登记人" type="STRING" length="100"/>
|
|
<attribute name="inputorgid" label="登记部门" type="STRING" length="100"/>
|
|
<attribute name="inputtime" label="登记时间" type="STRING" length="100"/>
|
|
<attribute name="updateuserid" label="更新人" type="STRING" length="100"/>
|
|
<attribute name="updateorgid" label="更新部门" type="STRING" length="100"/>
|
|
<attribute name="updatetime" label="更新时间" type="STRING" length="100"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lb_cardata_model" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
|
|
|
|
|
|
|
|
|
|
<class name="LC_CAR_BID" label="车辆竞价正式表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="FRAME_NUMBER" label="车架号" type="STRING" length="50"/>
|
|
<attribute name="VNDR_ID" label="供应商编号" type="STRING" length="32"/>
|
|
<attribute name="VNDR_NAME" label="供应商名称" type="STRING" length="100"/>
|
|
<attribute name="BID_PRICE" label="竞标价格" type="STRING" length="32"/>
|
|
<attribute name="REMARKS" label="备注" type="STRING" length="32"/>
|
|
<attribute name="BID_STATUS" label="竞标状态" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="telephone" label="电话号码" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LC_CAR_BID" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LC_CAR_BID_TEMP" label="车辆竞价临时表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="FRAME_NUMBER" label="车架号" type="STRING" length="50"/>
|
|
<attribute name="VNDR_ID" label="供应商编号" type="STRING" length="32"/>
|
|
<attribute name="VNDR_NAME" label="供应商名称" type="STRING" length="100"/>
|
|
<attribute name="BID_PRICE" label="竞标价格" type="STRING" length="32"/>
|
|
<attribute name="REMARKS" label="备注" type="STRING" length="32"/>
|
|
<attribute name="BID_STATUS" label="竞标状态" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="telephone" label="电话号码" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LC_CAR_BID_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LC_CAR_DISPOSE" label="车辆处置正式表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="FRAME_NUMBER" label="车架号" type="STRING" length="50"/>
|
|
<attribute name="OTHER_PRICE" label="违章款项金额" type="STRING" length="32"/>
|
|
<attribute name="PRED_PROFIT" label="预计盈亏" type="STRING" length="32"/>
|
|
<attribute name="OTHER_PRED_PROFIT" label="预计盈亏(包含催收)" type="STRING" length="100"/>
|
|
<attribute name="DISPOSE_METHOD" label="处置方式" type="STRING" length="32"/>
|
|
<attribute name="DISPOSE_DATE" label="处置日期" type="STRING" length="20"/>
|
|
<attribute name="REMARKS" label="处置备注" type="STRING" length="2000"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="remain_principal" label="剩余本金" type="STRING" length="32"/>
|
|
<attribute name="out_date_interest" label="逾期利息" type="STRING" length="32"/>
|
|
<attribute name="remain_interest" label="剩余利息" type="STRING" length="32"/>
|
|
<attribute name="unreceive_pay" label="未收罚息" type="STRING" length="32"/>
|
|
<attribute name="collect_fees" label="催收费用" type="STRING" length="32"/>
|
|
<attribute name="collect_fees" label="催收费用" type="STRING" length="32"/>
|
|
<attribute name="contract_no" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="dispose_money" label="处置金额" type="STRING" length="32"/>
|
|
<attribute name="park_money" label="停车费" type="STRING" length="32"/>
|
|
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LC_CAR_DISPOSE" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LC_CAR_DISPOSE_TEMP" label="车辆处置临时表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="FRAME_NUMBER" label="车架号" type="STRING" length="50"/>
|
|
<attribute name="OTHER_PRICE" label="违章款项金额" type="STRING" length="32"/>
|
|
<attribute name="PRED_PROFIT" label="预计盈亏" type="STRING" length="32"/>
|
|
<attribute name="OTHER_PRED_PROFIT" label="预计盈亏(包含催收)" type="STRING" length="100"/>
|
|
<attribute name="DISPOSE_METHOD" label="处置方式" type="STRING" length="32"/>
|
|
<attribute name="DISPOSE_DATE" label="处置日期" type="STRING" length="20"/>
|
|
<attribute name="REMARKS" label="处置备注" type="STRING" length="2000"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="remain_principal" label="剩余本金" type="STRING" length="32"/>
|
|
<attribute name="out_date_interest" label="逾期利息" type="STRING" length="32"/>
|
|
<attribute name="remain_interest" label="剩余利息" type="STRING" length="32"/>
|
|
<attribute name="unreceive_pay" label="未收罚息" type="STRING" length="32"/>
|
|
<attribute name="collect_fees" label="催收费用" type="STRING" length="32"/>
|
|
<attribute name="contract_no" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="dispose_money" label="处置金额" type="STRING" length="32"/>
|
|
<attribute name="park_money" label="停车费" type="STRING" length="32"/>
|
|
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LC_CAR_DISPOSE_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LC_INST_EVALUATE_TEMPLATE" label="第三方机构评估表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="FRAME_NUMBER" label="车架号" type="STRING" length="50"/>
|
|
<attribute name="INSTITUTE_NAME" label="第三方机构名称" type="STRING" length="32"/>
|
|
<attribute name="MILE_NUMBER" label="MILE_NUMBER" type="STRING" length="32"/>
|
|
<attribute name="EVALUATE_PRICE" label="二手车评估金额" type="STRING" length="32"/>
|
|
<attribute name="REMARKS" label="备注" type="STRING" length="2000"/>
|
|
<attribute name="ONE_CLASSIFY" label="一级分类" type="STRING" length="32"/>
|
|
<attribute name="TWO_CLASSIFY" label="二级分类" type="STRING" length="32"/>
|
|
<attribute name="THREE_CLASSIFY" label="三级分类" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LC_INST_EVALUATE_TEMPLATE" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="CAR_RECLAIM" label="收车申请信息表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="32"/>
|
|
<attribute name="FRAME_NUMBER" label="车架号" type="STRING" length="100"/>
|
|
<attribute name="LESSEE" label="承租人" type="STRING" length="32"/>
|
|
<attribute name="LICENSE_PLATE_NUMBER" label="车牌号" type="STRING" length="100"/>
|
|
<attribute name="APPLY_REASON" label="申请原因描述" type="STRING" length="2000"/>
|
|
<attribute name="INPUTUSERID" label="创建人" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="创建时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="32"/>
|
|
<attribute name="reclaim_type" label="收车类型" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="CAR_RECLAIM" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LC_CAR_EVALUATION_TEMP" label="车辆评估临时表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="FRAME_NUMBER" label="车架号" type="STRING" length="50"/>
|
|
<attribute name="CONTRACT_ID" label="业务合同编号" type="STRING" length="32"/>
|
|
<attribute name="CUSTOMER_ID" label="承租人" type="STRING" length="32"/>
|
|
<attribute name="HANDLE_PRICE" label="处置价格" type="STRING" length="32"/>
|
|
<attribute name="MILE_NUMBER" label="公里数" type="STRING" length="32"/>
|
|
<attribute name="RECEIVE_DATE" label="收车成功日期" type="STRING" length="20"/>
|
|
<attribute name="REGIONAL" label="区域" type="STRING" length="100"/>
|
|
<attribute name="REGIONAL_MANAGE" label="区域联系人" type="STRING" length="50"/>
|
|
<attribute name="REGIONAL_PHONE" label="区域联系人电话" type="STRING" length="32"/>
|
|
<attribute name="EVAL_SEND_DATE" label="车源评估发布日期" type="STRING" length="20"/>
|
|
<attribute name="REMARKS" label="备注" type="STRING" length="2000"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="EVALUATOR" label="评估方" type="STRING" length="32"/>
|
|
<attribute name="ISCOOPERATE" label="是否配合过户" type="STRING" length="32"/>
|
|
<attribute name="ISACCIDENT" label="是否事故车" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LC_CAR_EVALUATION_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="CAR_RECLAIM_TEMP" label="收车申请信息临时表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="32"/>
|
|
<attribute name="FRAME_NUMBER" label="车架号" type="STRING" length="100"/>
|
|
<attribute name="LESSEE" label="承租人" type="STRING" length="32"/>
|
|
<attribute name="LICENSE_PLATE_NUMBER" label="车牌号" type="STRING" length="100"/>
|
|
<attribute name="APPLY_REASON" label="申请原因描述" type="STRING" length="2000"/>
|
|
<attribute name="INPUTUSERID" label="创建人" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="创建时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程标识" type="STRING" length="32"/>
|
|
<attribute name="reclaim_type" label="收车类型" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="CAR_RECLAIM_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LC_CAR_EVALUATION" label="车辆评估正式表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="FRAME_NUMBER" label="车架号" type="STRING" length="50"/>
|
|
<attribute name="CONTRACT_ID" label="业务合同编号" type="STRING" length="32"/>
|
|
<attribute name="CUSTOMER_ID" label="承租人" type="STRING" length="32"/>
|
|
<attribute name="HANDLE_PRICE" label="处置价格" type="STRING" length="32"/>
|
|
<attribute name="MILE_NUMBER" label="公里数" type="STRING" length="32"/>
|
|
<attribute name="RECEIVE_DATE" label="收车成功日期" type="STRING" length="20"/>
|
|
<attribute name="REGIONAL" label="区域" type="STRING" length="100"/>
|
|
<attribute name="REGIONAL_MANAGE" label="区域联系人" type="STRING" length="50"/>
|
|
<attribute name="REGIONAL_PHONE" label="区域联系人电话" type="STRING" length="32"/>
|
|
<attribute name="EVAL_SEND_DATE" label="车源评估发布日期" type="STRING" length="20"/>
|
|
<attribute name="REMARKS" label="备注" type="STRING" length="2000"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="evaluator" label="评估方" type="STRING" length="32"/>
|
|
<attribute name="isCooperate" label="是否配合过户" type="STRING" length="32"/>
|
|
<attribute name="isAccident" label="是否事故车" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LC_CAR_EVALUATION" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_CUSTOMER_SURVEY_PLAN" label="" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="40"/>
|
|
<attribute name="PROJECT_ID" label="PROJECT_ID" type="STRING" length="32"/>
|
|
<attribute name="CUSTOMER_ID" label="客户编号" type="STRING" length="40"/>
|
|
<attribute name="CUSTOMETYPE" label="客户类型" type="STRING" length="64"/>
|
|
<attribute name="SURVER" label="调查人员" type="STRING" length="64"/>
|
|
<attribute name="PLAN_DATE" label="计划时间" type="STRING" length="20"/>
|
|
<attribute name="SURVER_TYPE" label="调查方式" type="STRING" length="64"/>
|
|
<attribute name="MEMO" label="备注" type="STRING" length="2000"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="CUSTOMERNAME" label="CUSTOMERNAME" type="STRING" length="30"/>
|
|
<attribute name="INPUTUSERNAME" label="INPUTUSERNAME" type="STRING" length="30"/>
|
|
<attribute name="INPUTORGNAME" label="INPUTORGNAME" type="STRING" length="30"/>
|
|
<attribute name="UPDATEUSERNAME" label="UPDATEUSERNAME" type="STRING" length="30"/>
|
|
<attribute name="UPDATEORGNAME" label="UPDATEORGNAME" type="STRING" length="30"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_CUSTOMER_SURVEY_PLAN" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_CUSTOMER_SURVEY_RECORD" label="" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="40"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="100"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="100"/>
|
|
<attribute name="DISTRIBUTOR_ID" label="经销商编号" type="STRING" length="100"/>
|
|
<attribute name="CUSTOMERID" label="客户编号" type="STRING" length="100"/>
|
|
<attribute name="SERVER" label="调查人员" type="STRING" length="255"/>
|
|
<attribute name="SERVEYTIME" label="调查时间" type="STRING" length="255"/>
|
|
<attribute name="SERVEY_TYPE" label="调查方式" type="STRING" length="255"/>
|
|
<attribute name="SERVEY_DESC" label="调查情况陈述" type="STRING" length="255"/>
|
|
<attribute name="MEMO" label="备注" type="STRING" length="2000"/>
|
|
<attribute name="SURVEY_PLAN_ID" label="调查计划编号" type="STRING" length="50"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="contract_no" label="合同编号" type="STRING" length="100"/>
|
|
<attribute name="distributor_name" label="经销商名称" type="STRING" length="32"/>
|
|
<attribute name="customer_name" label="客户姓名" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_CUSTOMER_SURVEY_RECORD" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
|
|
<class name="LM_PRODUCT_CAR" label="" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="64"/>
|
|
<attribute name="PRODUCTID" label="产品id" type="STRING" length="64"/>
|
|
<attribute name="CARID" label="汽车id" type="STRING" length="64"/>
|
|
<attribute name="HBUILDER1" label="保留字段1" type="STRING" length="64"/>
|
|
<attribute name="HBUILDER2" label="保留字段2" type="STRING" length="64"/>
|
|
<attribute name="INPUTTIME" label="创建时间" type="STRING" length="64"/>
|
|
<attribute name="INPUTORGID" label="创建人所属部门" type="STRING" length="64"/>
|
|
<attribute name="INPUTUSERID" label="创建人" type="STRING" length="64"/>
|
|
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="64"/>
|
|
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="64"/>
|
|
<attribute name="UPDATEORGID" label="修改人所属部门" type="STRING" length="64"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lm_product_car" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
|
|
<class name="LB_INTFACE_FILE_RECORD" label="代收接口文件记录" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
|
|
<attribute name="filepath" label="文档路径" type="STRING" length="500"/>
|
|
<attribute name="fullpath" label="文档全路径文件名" type="STRING" length="600"/>
|
|
<attribute name="filename" label="文件名" type="STRING" length="250"/>
|
|
<attribute name="feedback_code" label="反馈码" type="STRING" length="32"/>
|
|
<attribute name="feedback_message" label="反馈信息" type="STRING" length="500"/>
|
|
<attribute name="content_type" label="文件格式" type="STRING" length="200"/>
|
|
<attribute name="amount" label="代收金额" type="STRING" length="32"/>
|
|
<attribute name="file_type" label="文件类型" type="STRING" length="32"/>
|
|
<attribute name="rela_id" label="关联ID" type="STRING" length="32"/>
|
|
<attribute name="remark" label="备注" type="STRING" length="200"/>
|
|
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="inputorgid" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="updateorgid" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lb_intface_file_record" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
|
|
<class name="LB_CLEAR_FILE_RECORD" label="清算文件存盘表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
|
|
<attribute name="filepath" label="文档路径" type="STRING" length="500"/>
|
|
<attribute name="fullpath" label="文档绝对路径" type="STRING" length="500"/>
|
|
<attribute name="filename" label="文件名" type="STRING" length="250"/>
|
|
<attribute name="cleardate" label="清算日期" type="STRING" length="32"/>
|
|
<attribute name="remark" label="备注" type="STRING" length="600"/>
|
|
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="inputorgid" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="updateorgid" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lb_clear_file_record" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
|
|
<class name="LB_EQUIPMENT_CAR_TEMP" label="" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="DEVICE_TYPE" label="车辆类型" type="STRING" length="30"/>
|
|
<attribute name="EQUIP_NAME" label="设备名称" type="STRING" length="200"/>
|
|
<attribute name="BRAND" label="车辆品牌" type="STRING" length="30"/>
|
|
<attribute name="MODEL" label="型号" type="STRING" length="60"/>
|
|
<attribute name="EQUIP_NUM" label="数量" type="STRING" length="30"/>
|
|
<attribute name="PRICE" label="单价" type="STRING" length="30"/>
|
|
<attribute name="UNIT" label="单位" type="STRING" length="30"/>
|
|
<attribute name="EQUIP_PRICE" label="交易价格" type="STRING" length="30"/>
|
|
<attribute name="TOTAL" label="设备原值" type="STRING" length="30"/>
|
|
<attribute name="NOW_TOTAL" label="车辆指导价" type="STRING" length="30"/>
|
|
<attribute name="VNDR" label="供应商id" type="STRING" length="32"/>
|
|
<attribute name="VNDR_NAME" label="供应商" type="STRING" length="200"/>
|
|
<attribute name="MANUFACTURER" label="制造商id" type="STRING" length="32"/>
|
|
<attribute name="MANUFACTURER_NAME" label="生产商" type="STRING" length="200"/>
|
|
<attribute name="EQUIP_NUMBER" label="设备序列号" type="STRING" length="30"/>
|
|
<attribute name="EQUIP_DELIVERY_PLACE" label="交付地点" type="STRING" length="100"/>
|
|
<attribute name="EQUIP_DELIVERY_DATE" label="交付时间" type="STRING" length="30"/>
|
|
<attribute name="EQUIP_PLACE" label="设备设置地址" type="STRING" length="100"/>
|
|
<attribute name="MEMO" label="其他配置说明" type="STRING" length="1000"/>
|
|
<attribute name="DATA_STATE" label="数据状态" type="STRING" length="32"/>
|
|
<attribute name="IS_FLOW" label="是否在流程中" type="STRING" length="1000"/>
|
|
<attribute name="STATUS" label="状态" type="STRING" length="1000"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="FRAME_NUMBER" label="车架号" type="STRING" length="100"/>
|
|
<attribute name="ENGINE_NUMBER" label="发动机号" type="STRING" length="100"/>
|
|
<attribute name="PLATE_NUMBER" label="车牌号" type="STRING" length="100"/>
|
|
<attribute name="EQUIP_TYPE" label="租赁物类型" type="STRING" length="32"/>
|
|
<attribute name="CONSIGNEE" label="收货人" type="STRING" length="30"/>
|
|
<attribute name="CONSIGNEE_TEL" label="收货人联系电话" type="STRING" length="30"/>
|
|
<attribute name="IS_DELIVERY" label="设备交付情况" type="STRING" length="30"/>
|
|
<attribute name="REMARK" label="交付说明" type="STRING" length="1000"/>
|
|
<attribute name="DRIVE_TYPE" label="驱动形式" type="STRING" length="100"/>
|
|
<attribute name="CAR_COLOUR" label="车辆颜色" type="STRING" length="32"/>
|
|
<attribute name="DISPLACEMENT" label="排量" type="STRING" length="32"/>
|
|
<attribute name="LICENSE_PLATE_NUMBER" label="车牌号码" type="STRING" length="32"/>
|
|
<attribute name="EXPIRYDATE" label="年检有效期" type="STRING" length="32"/>
|
|
<attribute name="D_NAME" label="驾驶人姓名" type="STRING" length="32"/>
|
|
<attribute name="D_SEX" label="驾驶人性别" type="STRING" length="32"/>
|
|
<attribute name="D_CERTID" label="驾驶人身份证号" type="STRING" length="32"/>
|
|
<attribute name="D_CERT_ADDR" label="驾驶人身份证地址" type="STRING" length="200"/>
|
|
<attribute name="D_CERT_VALID" label="驾驶人身份证有效期" type="STRING" length="32"/>
|
|
<attribute name="D_DRIVE" label="驾驶证" type="STRING" length="32"/>
|
|
<attribute name="D_TEL" label="驾驶人手机号码" type="STRING" length="32"/>
|
|
<attribute name="D_ADDR" label="驾驶人常住地址" type="STRING" length="200"/>
|
|
<attribute name="D_EDU_LEVEL" label="驾驶人学历" type="STRING" length="32"/>
|
|
<attribute name="D_WORK_NAME" label="驾驶人公司名称" type="STRING" length="100"/>
|
|
<attribute name="D_WORK_ADDR" label="驾驶人公司地址" type="STRING" length="200"/>
|
|
<attribute name="D_WORK_YEAR" label="驾驶人当前工作工作年限" type="STRING" length="32"/>
|
|
<attribute name="D_SALARY" label="驾驶人月薪" type="DOUBLE" length="22" scale="2"/>
|
|
<attribute name="D_ID" label="驾驶人ID" type="STRING" length="32"/>
|
|
<attribute name="car_series" label="车系" type="STRING" length="80"/>
|
|
<attribute name="gears" label="档位" type="STRING" length="80"/>
|
|
<attribute name="evaluated_price" label="评估价格" type="STRING" length="32"/>
|
|
<attribute name="excellent_dealer_low_buy_price" label="优秀最低车商收购价" type="STRING" length="32"/>
|
|
<attribute name="excellent_dealer_buy_price" label=" 优秀车商收车价" type="STRING" length="32"/>
|
|
<attribute name="excellent_individual_low_sold_price" label="优秀最低个人交易价" type="STRING" length="32"/>
|
|
<attribute name="excellent_individual_price" label="优秀个人交易价" type="STRING" length="32"/>
|
|
<attribute name="excellent_dealer_low_sold_price" label="优秀最低车商零售价" type="STRING" length="32"/>
|
|
<attribute name="excellent_dealer_price" label="优秀车商零售价" type="STRING" length="32"/>
|
|
<attribute name="excellent_dealer_high_sold_price" label="优秀最高车商零售价" type="STRING" length="32"/>
|
|
<attribute name="good_dealer_low_buy_price" label="良好最低车商收购" type="STRING" length="32"/>
|
|
<attribute name="good_dealer_buy_price" label=" 良好车商收车价" type="STRING" length="32"/>
|
|
<attribute name="good_individual_low_sold_price" label="良好最低个人交易价" type="STRING" length="32"/>
|
|
<attribute name="good_individual_price" label=" 良好个人交易价" type="STRING" length="32"/>
|
|
<attribute name="good_dealer_low_sold_price" label="良好最低车商零售价" type="STRING" length="32"/>
|
|
<attribute name="good_dealer_price" label="良好车商零售价" type="STRING" length="32"/>
|
|
<attribute name="good_dealer_high_sold_price" label="良好最高车商零售价" type="STRING" length="32"/>
|
|
<attribute name="normal_dealer_low_buy_price" label="普通最低车商收购" type="STRING" length="32"/>
|
|
<attribute name="normal_dealer_buy_price" label=" 普通车商收车价" type="STRING" length="32"/>
|
|
<attribute name="normal_individual_low_sold_price" label="普通最低个人交易价" type="STRING" length="32"/>
|
|
<attribute name="normal_individual_price" label=" 普通个人交易价" type="STRING" length="32"/>
|
|
<attribute name="normal_dealer_low_sold_price" label="普通最低车商零售价" type="STRING" length="32"/>
|
|
<attribute name="normal_dealer_price" label="普通车商零售价" type="STRING" length="32"/>
|
|
<attribute name="normal_dealer_high_sold_price" label="普通最高车商零售价" type="STRING" length="32"/>
|
|
<attribute name="discharge_standard" label="排放标准" type="STRING" length="32"/>
|
|
<attribute name="detail_report_url" label="详细估值结果报告页面地址" type="STRING" length="100"/>
|
|
<attribute name="taken" label="查询编号" type="STRING" length="32"/>
|
|
<attribute name="modelId" label="车型ID" type="STRING" length="32"/>
|
|
<attribute name="zone" label="城市标识" type="STRING" length="32"/>
|
|
<attribute name="regDate" label="车牌上牌日期" type="STRING" length="32"/>
|
|
<attribute name="mile" label="车辆行驶里程" type="STRING" length="32"/>
|
|
<attribute name="CITYID" label="CITYID" type="STRING" length="32"/>
|
|
<attribute name="CITYNAME" label="CITYNAME" type="STRING" length="100"/>
|
|
<attribute name="retainfield1" label="保留字段1" type="STRING" length="100"/>
|
|
<attribute name="retainfield2" label="保留字段2" type="STRING" length="100"/>
|
|
<attribute name="retainfield3" label="保留字段3" type="STRING" length="100"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lb_equipment_car_temp" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LC_FUND_INCOME_CALLBACK_DETAIL" label="支付回调详情表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="ID" type="STRING" length="32"/>
|
|
<attribute name="PAY_ID" label="PAY_ID" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同号" type="STRING" length="32"/>
|
|
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
|
|
<attribute name="PLAN_ID" label="计划ID" type="STRING" length="100"/>
|
|
<attribute name="PLAN_LIST" label="计划期次" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程号" type="STRING" length="32"/>
|
|
<attribute name="PAY_TYPE" label="收付方向" type="STRING" length="32"/>
|
|
<attribute name="FEE_TYPE" label="费用类型" type="STRING" length="32"/>
|
|
<attribute name="SQRNBR" label="流水号" type="STRING" length="10"/>
|
|
<attribute name="YURREF" label="业务参考号" type="STRING" length="30"/>
|
|
<attribute name="REQNBR" label="流程实例号" type="STRING" length="10"/>
|
|
<attribute name="REQSTS" label="业务请求状态" type="STRING" length="3"/>
|
|
<attribute name="RTNFLG" label="业务处理结果" type="STRING" length="1"/>
|
|
<attribute name="OPRSQN" label="待处理操作序列" type="STRING" length="3"/>
|
|
<attribute name="OPRALS" label="操作别名" type="STRING" length="32"/>
|
|
<attribute name="ERRCOD" label="错误码" type="STRING" length="7"/>
|
|
<attribute name="ERRTXT" label="错误文本" type="STRING" length="256"/>
|
|
<attribute name="RTNNAR" label="结果摘要" type="STRING" length="255"/>
|
|
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lc_fund_income_callback_detail" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LC_FUND_INCOME_CALLBACK_INFO" label="支付回掉信息表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="ID" type="STRING" length="32"/>
|
|
<attribute name="PAY_ID" label="PAY_ID" type="STRING" length="10"/>
|
|
<attribute name="FLOWUNID" label="流程号" type="STRING" length="32"/>
|
|
<attribute name="INFO_FUNNAM" label="函数名" type="STRING" length="20"/>
|
|
<attribute name="INFO_DATTYP" label="数据格式" type="STRING" length="1"/>
|
|
<attribute name="INFO_RETCOD" label="返回代码" type="STRING" length="32"/>
|
|
<attribute name="INFO_ERRMSG" label="错误信息" type="STRING" length="256"/>
|
|
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lc_fund_income_callback_info" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LC_FUND_INCOME_CALLBACK_LOG" label="支付回调日志表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="ID" type="STRING" length="32"/>
|
|
<attribute name="PAY_ID" label="合同号" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程号" type="STRING" length="32"/>
|
|
<attribute name="XML" label="XML返回数据" type="STRING" length="65535"/>
|
|
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lc_fund_income_callback_log" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LC_FUND_INCOME_PAY_DETAIL" label="支付发起详情表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="ID" type="STRING" length="32"/>
|
|
<attribute name="PAY_ID" label="PAY_ID" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同号" type="STRING" length="32"/>
|
|
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
|
|
<attribute name="PLAN_ID" label="计划ID" type="STRING" length="100"/>
|
|
<attribute name="PLAN_LIST" label="计划期次" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="PAY_TYPE" label="收付方向" type="STRING" length="32"/>
|
|
<attribute name="FEE_TYPE" label="费用类型" type="STRING" length="32"/>
|
|
<attribute name="YURREF" label="业务参考号" type="STRING" length="32"/>
|
|
<attribute name="EPTDAT" label="期望日" type="STRING" length="32"/>
|
|
<attribute name="EPTTIM" label="期望时间" type="STRING" length="32"/>
|
|
<attribute name="DBTACC" label="付方帐号" type="STRING" length="35"/>
|
|
<attribute name="DBTBBK" label="付方开户地区代码" type="STRING" length="2"/>
|
|
<attribute name="TRSAMT" label="交易金额" type="DOUBLE" length="22" scale="2"/>
|
|
<attribute name="CCYNBR" label="币种代码" type="STRING" length="32"/>
|
|
<attribute name="STLCHN" label="结算方式代码" type="STRING" length="32"/>
|
|
<attribute name="NUSAGE" label="用途" type="STRING" length="62"/>
|
|
<attribute name="BUSNAR" label="业务摘要" type="STRING" length="200"/>
|
|
<attribute name="CRTACC" label="收方帐号" type="STRING" length="35"/>
|
|
<attribute name="CRTNAM" label="收方帐户名" type="STRING" length="62"/>
|
|
<attribute name="LRVEAN" label="收方长户名 " type="STRING" length="200"/>
|
|
<attribute name="BRDNBR" label="收方行号" type="STRING" length="30"/>
|
|
<attribute name="BNKFLG" label="系统内外标志" type="STRING" length="1"/>
|
|
<attribute name="CRTBNK" label="收方开户行" type="STRING" length="62"/>
|
|
<attribute name="CTYCOD" label="城市代码" type="STRING" length="4"/>
|
|
<attribute name="CRTPVC" label="收方省份" type="STRING" length="18"/>
|
|
<attribute name="CRTCTY" label="收方城市" type="STRING" length="22"/>
|
|
<attribute name="CRTDTR" label="收方县/区" type="STRING" length="22"/>
|
|
<attribute name="NTFCH1" label="收方电子邮件" type="STRING" length="36"/>
|
|
<attribute name="NTFCH2" label="收方移动电话" type="STRING" length="16"/>
|
|
<attribute name="CRTSQN" label="收方编号" type="STRING" length="20"/>
|
|
<attribute name="TRSTYP" label="业务种类" type="STRING" length="6"/>
|
|
<attribute name="RCVCHK" label="行内收方账号户名校验" type="STRING" length="1"/>
|
|
<attribute name="RSVFLD" label="保留字段" type="STRING" length="27"/>
|
|
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lc_fund_income_pay_detail" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LC_FUND_INCOME_PAY_INFO" label="支付发起信息表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="ID" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程号" type="STRING" length="32"/>
|
|
<attribute name="INFO_FUNNAM" label="函数名" type="STRING" length="20"/>
|
|
<attribute name="INFO_DATTYP" label="数据格式" type="STRING" length="1"/>
|
|
<attribute name="INFO_LGNNAM" label="登陆用户名" type="STRING" length="20"/>
|
|
<attribute name="SDKPAYRQX_BUSCOD" label="业务类别" type="STRING" length="6"/>
|
|
<attribute name="SDKPAYRQX_BUSMOD" label="业务模式编号" type="STRING" length="5"/>
|
|
<attribute name="SDKPAYRQX_MODALS" label="业务模式名称" type="STRING" length="255"/>
|
|
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lc_fund_income_pay_info" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LC_FUND_INCOME_PAY_LOG" label="支付发起日志表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="ID" type="STRING" length="32"/>
|
|
<attribute name="PAY_ID" label="合同号" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程号" type="STRING" length="32"/>
|
|
<attribute name="XML" label="XML返回数据" type="STRING" length="65535"/>
|
|
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lc_fund_income_pay_log" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
|
|
<class name="LC_FUND_INCOME_CALLBACK_DETAIL_TEMP" label="" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="ID" type="STRING" length="32"/>
|
|
<attribute name="CMB_PAY_NO" label="付款流水号" type="STRING" length="32"/>
|
|
<attribute name="CMB_PAY_LOG" label="付款日志" type="STRING" length="32"/>
|
|
<attribute name="DISTRIBUTOR_ID" label="经销商编号" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程号" type="STRING" length="32"/>
|
|
<attribute name="SQRNBR" label="流水号" type="STRING" length="10"/>
|
|
<attribute name="YURREF" label="业务参考号" type="STRING" length="30"/>
|
|
<attribute name="REQNBR" label="流程实例号" type="STRING" length="10"/>
|
|
<attribute name="REQSTS" label="业务请求状态" type="STRING" length="3"/>
|
|
<attribute name="RTNFLG" label="业务处理结果" type="STRING" length="1"/>
|
|
<attribute name="OPRSQN" label="待处理操作序列" type="STRING" length="3"/>
|
|
<attribute name="OPRALS" label="操作别名" type="STRING" length="32"/>
|
|
<attribute name="ERRCOD" label="错误码" type="STRING" length="7"/>
|
|
<attribute name="RTNNAR" label="结果摘要" type="STRING" length="1000"/>
|
|
<attribute name="ERRTXT" label="错误文本" type="STRING" length="256"/>
|
|
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lc_fund_income_callback_detail_temp" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LC_FUND_INCOME_CALLBACK_INFO_TEMP" label="" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="ID" type="STRING" length="32"/>
|
|
<attribute name="CMB_PAY_NO" label="付款流水号" type="STRING" length="32"/>
|
|
<attribute name="CMB_PAY_LOG" label="付款日志" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程号" type="STRING" length="32"/>
|
|
<attribute name="INFO_FUNNAM" label="函数名" type="STRING" length="20"/>
|
|
<attribute name="INFO_DATTYP" label="数据格式" type="STRING" length="1"/>
|
|
<attribute name="INFO_RETCOD" label="返回代码" type="STRING" length="32"/>
|
|
<attribute name="INFO_ERRMSG" label="错误信息" type="STRING" length="256"/>
|
|
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lc_fund_income_callback_info_temp" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LC_FUND_INCOME_PAY_DETAIL_TEMP" label="" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="ID" type="STRING" length="32"/>
|
|
<attribute name="CMB_PAY_NO" label="付款流水号" type="STRING" length="32"/>
|
|
<attribute name="CMB_PAY_LOG" label="付款日志" type="STRING" length="32"/>
|
|
<attribute name="DISTRIBUTOR_ID" label="经销商编号" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="FACT_MONEY" label="实付款" type="STRING" length="22"/>
|
|
<attribute name="NEED_MONEY" label="应付款" type="DOUBLE" length="22" scale="2"/>
|
|
<attribute name="YURREF" label="业务参考号" type="STRING" length="32"/>
|
|
<attribute name="EPTDAT" label="期望日" type="STRING" length="32"/>
|
|
<attribute name="EPTTIM" label="期望时间" type="STRING" length="32"/>
|
|
<attribute name="DBTACC" label="付方帐号" type="STRING" length="35"/>
|
|
<attribute name="DBTBBK" label="付方开户地区代码" type="STRING" length="2"/>
|
|
<attribute name="TRSAMT" label="交易金额" type="DOUBLE" length="22" scale="2"/>
|
|
<attribute name="CCYNBR" label="币种代码" type="STRING" length="32"/>
|
|
<attribute name="STLCHN" label="结算方式代码" type="STRING" length="32"/>
|
|
<attribute name="NUSAGE" label="用途" type="STRING" length="62"/>
|
|
<attribute name="BUSNAR" label="业务摘要" type="STRING" length="1000"/>
|
|
<attribute name="CRTACC" label="收方帐号" type="STRING" length="35"/>
|
|
<attribute name="CRTNAM" label="收方帐户名" type="STRING" length="62"/>
|
|
<attribute name="LRVEAN" label="收方长户名 " type="STRING" length="200"/>
|
|
<attribute name="BRDNBR" label="收方行号" type="STRING" length="30"/>
|
|
<attribute name="BNKFLG" label="系统内外标志" type="STRING" length="1"/>
|
|
<attribute name="CRTBNK" label="收方开户行" type="STRING" length="62"/>
|
|
<attribute name="CTYCOD" label="城市代码" type="STRING" length="4"/>
|
|
<attribute name="CRTPVC" label="收方省份" type="STRING" length="18"/>
|
|
<attribute name="CRTCTY" label="收方城市" type="STRING" length="22"/>
|
|
<attribute name="CRTDTR" label="收方县/区" type="STRING" length="22"/>
|
|
<attribute name="NTFCH1" label="收方电子邮件" type="STRING" length="36"/>
|
|
<attribute name="NTFCH2" label="收方移动电话" type="STRING" length="16"/>
|
|
<attribute name="CRTSQN" label="收方编号" type="STRING" length="20"/>
|
|
<attribute name="TRSTYP" label="业务种类" type="STRING" length="6"/>
|
|
<attribute name="RCVCHK" label="行内收方账号户名校验" type="STRING" length="1"/>
|
|
<attribute name="RSVFLD" label="保留字段" type="STRING" length="27"/>
|
|
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lc_fund_income_pay_detail_temp" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LC_FUND_INCOME_PAY_INFO_TEMP" label="" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="ID" type="STRING" length="32"/>
|
|
<attribute name="CMB_PAY_LOG" label="付款日志" type="STRING" length="32"/>
|
|
<attribute name="CMB_PAY_NO" label="付款流水号" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程号" type="STRING" length="32"/>
|
|
<attribute name="INFO_FUNNAM" label="函数名" type="STRING" length="20"/>
|
|
<attribute name="INFO_DATTYP" label="数据格式" type="STRING" length="1"/>
|
|
<attribute name="INFO_LGNNAM" label="登陆用户名" type="STRING" length="20"/>
|
|
<attribute name="SDKPAYRQX_BUSCOD" label="业务类别" type="STRING" length="6"/>
|
|
<attribute name="SDKPAYRQX_BUSMOD" label="业务模式编号" type="STRING" length="5"/>
|
|
<attribute name="SDKPAYRQX_MODALS" label="业务模式名称" type="STRING" length="255"/>
|
|
<attribute name="FACT_MONEY" label="实际放款金额" type="DOUBLE" length="22" scale="2"/>
|
|
<attribute name="NEED_MONEY" label="应放款金额" type="DOUBLE" length="22" scale="2"/>
|
|
<attribute name="BANK_ID" label="本方放款账号ID" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lc_fund_income_pay_info_temp" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="APPROVAL_OPINION" label="" keyAttributes="">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="64"/>
|
|
<attribute name="STAGE_NO" label="流程阶段号" type="STRING" length="64"/>
|
|
<attribute name="FLOWUNID" label="流程ID" type="STRING" length="64"/>
|
|
<attribute name="APPROVAL_RESULT" label="审批结果" type="STRING" length="64"/>
|
|
<attribute name="APPROVAL_CONTENT" label="审批内容" type="STRING" length="500"/>
|
|
<attribute name="APPROVAL_TYPE" label="审批类型" type="STRING" length="64"/>
|
|
<attribute name="FIELD1" label="备用字段1" type="STRING" length="64"/>
|
|
<attribute name="FIELD2" label="备用字段2" type="STRING" length="64"/>
|
|
<attribute name="FIELD3" label="备用字段3" type="STRING" length="64"/>
|
|
<attribute name="FIELD4" label="备用字段4" type="STRING" length="64"/>
|
|
<attribute name="FIELD5" label="备用字段5" type="STRING" length="64"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="64"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="64"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="64"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="64"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="64"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="64"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="approval_opinion" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LC_FUND_INCOME_TEMP_HXM" label="" keyAttributes="">
|
|
<attributes>
|
|
<attribute name="distributor_no" label="distributor_no" type="STRING"/>
|
|
<attribute name="FLOWUNID" label="FLOWUNID" type="STRING"/>
|
|
<attribute name="distributor_name" label="distributor_name" type="STRING"/>
|
|
<attribute name="da_name" label="da_name" type="STRING"/>
|
|
<attribute name="ad_number" label="ad_number" type="STRING"/>
|
|
<attribute name="da_bank" label="da_bank" type="STRING"/>
|
|
<attribute name="provinceInfo" label="provinceInfo" type="STRING"/>
|
|
<attribute name="district" label="district" type="STRING"/>
|
|
<attribute name="acc_bank" label="acc_bank" type="STRING"/>
|
|
<attribute name="acc_name" label="acc_name" type="STRING"/>
|
|
<attribute name="acc_number" label="acc_number" type="STRING"/>
|
|
<attribute name="SMONEY" label="SMONEY" type="STRING"/>
|
|
<attribute name="SCOUNT" label="SCOUNT" type="STRING"/>
|
|
<attribute name="REQSTS" label="REQSTS" type="STRING"/>
|
|
<attribute name="RTNFLG" label="RTNFLG" type="STRING"/>
|
|
<attribute name="ERRTXT" label="ERRTXT" type="STRING"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lc_fund_income_temp_hxm" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_GUARANTEE_UNIT" label="" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="IS_FLOW" label="是否在流程中" type="STRING" length="32"/>
|
|
<attribute name="STATUS" label="状态" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="ASSUROR" label="担保人" type="STRING" length="32"/>
|
|
<attribute name="ASSURE_METHOD" label="担保类型" type="STRING" length="32"/>
|
|
<attribute name="ASSURE_RELATION" label="关系" type="STRING" length="32"/>
|
|
<attribute name="ASSURE_PROPERTY" label="担保单位性质" type="STRING" length="100"/>
|
|
<attribute name="CGMNOTE" label="备注" type="STRING" length="2000"/>
|
|
<attribute name="DATA_STATE" label="数据状态" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="MODIFY_REASON" label="修改原因" type="STRING" length="32"/>
|
|
<attribute name="Marital_status" label="婚姻状态" type="STRING" length="32"/>
|
|
<attribute name="company_phone" label="公司电话" type="INT" length="10"/>
|
|
<attribute name="Major_monthly_income" label="主要月收入金额" type="DOUBLE" length="22" scale="2"/>
|
|
<attribute name="IS_HIS" label="是否存过历史" type="STRING" length="10"/>
|
|
<attribute name="FULLNAME" label="担保人姓名" type="STRING" length="32"/>
|
|
<attribute name="SEX" label="担保人性别" type="STRING" length="5"/>
|
|
<attribute name="CERTTYPE" label="证件类型" type="STRING" length="32"/>
|
|
<attribute name="CERTID" label="证件号码" type="STRING" length="32"/>
|
|
<attribute name="MOBILE" label="电话号码" type="STRING" length="20"/>
|
|
<attribute name="ADDRESS" label="居住地址" type="STRING" length="80"/>
|
|
<attribute name="PROPERTY_TYPE" label="是否有本地房产" type="STRING" length="5"/>
|
|
<attribute name="OTHER_INCOME" label="房屋价值" type="STRING" length="32"/>
|
|
<attribute name="WORKCORP" label="单位名称" type="STRING" length="32"/>
|
|
<attribute name="WORKTEL" label="单位电话" type="STRING" length="20"/>
|
|
<attribute name="TITLE" label="职位" type="STRING" length="32"/>
|
|
<attribute name="WORKADD" label="单位地址" type="STRING" length="80"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lb_guarantee_unit" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_GUARANTEE_UNIT_HIS" label="" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="IS_FLOW" label="是否在流程中" type="STRING" length="32"/>
|
|
<attribute name="STATUS" label="状态" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="ASSUROR" label="担保人" type="STRING" length="32"/>
|
|
<attribute name="ASSURE_METHOD" label="担保类型" type="STRING" length="32"/>
|
|
<attribute name="ASSURE_RELATION" label="关系" type="STRING" length="32"/>
|
|
<attribute name="ASSURE_PROPERTY" label="担保单位性质" type="STRING" length="100"/>
|
|
<attribute name="CGMNOTE" label="备注" type="STRING" length="2000"/>
|
|
<attribute name="DATA_STATE" label="数据状态" type="STRING" length="32"/>
|
|
<attribute name="MODIFY_REASON" label="修改原因分类" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="Marital_status" label="婚姻状态" type="STRING" length="32"/>
|
|
<attribute name="company_phone" label="公司电话" type="INT" length="10"/>
|
|
<attribute name="Major_monthly_income" label="主要月收入金额" type="DOUBLE" length="22" scale="2"/>
|
|
<attribute name="FULLNAME" label="担保人姓名" type="STRING" length="32"/>
|
|
<attribute name="SEX" label="担保人性别" type="STRING" length="5"/>
|
|
<attribute name="CERTTYPE" label="证件类型" type="STRING" length="32"/>
|
|
<attribute name="CERTID" label="证件号码" type="STRING" length="32"/>
|
|
<attribute name="MOBILE" label="电话号码" type="STRING" length="20"/>
|
|
<attribute name="ADDRESS" label="居住地址" type="STRING" length="80"/>
|
|
<attribute name="PROPERTY_TYPE" label="是否有本地房产" type="STRING" length="5"/>
|
|
<attribute name="OTHER_INCOME" label="房屋价值" type="STRING" length="32"/>
|
|
<attribute name="WORKCORP" label="单位名称" type="STRING" length="32"/>
|
|
<attribute name="WORKTEL" label="单位电话" type="STRING" length="20"/>
|
|
<attribute name="TITLE" label="职位" type="STRING" length="32"/>
|
|
<attribute name="WORKADD" label="单位地址" type="STRING" length="80"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lb_guarantee_unit_his" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_GUARANTEE_UNIT_TEMP" label="" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
<attribute name="IS_FLOW" label="是否在流程中" type="STRING" length="32"/>
|
|
<attribute name="STATUS" label="状态" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="ASSUROR" label="担保人" type="STRING" length="32"/>
|
|
<attribute name="ASSURE_METHOD" label="担保类型" type="STRING" length="32"/>
|
|
<attribute name="ASSURE_RELATION" label="关系" type="STRING" length="32"/>
|
|
<attribute name="ASSURE_PROPERTY" label="担保单位性质" type="STRING" length="100"/>
|
|
<attribute name="CGMNOTE" label="备注" type="STRING" length="2000"/>
|
|
<attribute name="DATA_STATE" label="数据状态" type="STRING" length="32"/>
|
|
<attribute name="MODIFY_REASON" label="修改原因分类" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
<attribute name="Marital_status" label="婚姻状态" type="STRING" length="32"/>
|
|
<attribute name="company_phone" label="公司电话" type="INT" length="10"/>
|
|
<attribute name="Major_monthly_income" label="主要月收入金额" type="DOUBLE" length="22" scale="2"/>
|
|
<attribute name="FULLNAME" label="担保人姓名" type="STRING" length="32"/>
|
|
<attribute name="SEX" label="担保人性别" type="STRING" length="5"/>
|
|
<attribute name="CERTTYPE" label="证件类型" type="STRING" length="32"/>
|
|
<attribute name="CERTID" label="证件号码" type="STRING" length="32"/>
|
|
<attribute name="MOBILE" label="电话号码" type="STRING" length="20"/>
|
|
<attribute name="ADDRESS" label="居住地址" type="STRING" length="80"/>
|
|
<attribute name="PROPERTY_TYPE" label="是否有本地房产" type="STRING" length="5"/>
|
|
<attribute name="OTHER_INCOME" label="房屋价值" type="STRING" length="32"/>
|
|
<attribute name="WORKCORP" label="单位名称" type="STRING" length="32"/>
|
|
<attribute name="WORKTEL" label="单位电话" type="STRING" length="20"/>
|
|
<attribute name="TITLE" label="职位" type="STRING" length="32"/>
|
|
<attribute name="WORKADD" label="单位地址" type="STRING" length="80"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lb_guarantee_unit_temp" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LC_IDENTITY_CHECK_RESULT" label="" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
|
|
<attribute name="name" label="姓名" type="STRING" length="200"/>
|
|
<attribute name="certid" label="身份证编号" type="STRING" length="200"/>
|
|
<attribute name="result" label="身份证校验结果" type="STRING" length="200"/>
|
|
<attribute name="retainfield1" label="保留字段1" type="STRING" length="200"/>
|
|
<attribute name="retainfield2" label="保留字段2" type="STRING" length="200"/>
|
|
<attribute name="retainfield3" label="保留字段3" type="STRING" length="200"/>
|
|
<attribute name="inputuserid" label="登记人" type="STRING" length="200"/>
|
|
<attribute name="inputorgid" label="登记部门" type="STRING" length="200"/>
|
|
<attribute name="inputtime" label="登记部门" type="STRING" length="200"/>
|
|
<attribute name="updateuserid" label="更新人" type="STRING" length="200"/>
|
|
<attribute name="updateorgid" label="更新部门" type="STRING" length="200"/>
|
|
<attribute name="updatetime" label="更新时间" type="STRING" length="200"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lc_identity_check_result" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LC_IDENTITY_CHECK_RESULT_TEMP" label="" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
|
|
<attribute name="flowunid" label="流程编号" type="STRING" length="200"/>
|
|
<attribute name="name" label="姓名" type="STRING" length="200"/>
|
|
<attribute name="certid" label="身份证编号" type="STRING" length="200"/>
|
|
<attribute name="result" label="校验结果" type="STRING" length="200"/>
|
|
<attribute name="retainfield1" label="保留字段1" type="STRING" length="200"/>
|
|
<attribute name="retainfield2" label="保留字段2" type="STRING" length="200"/>
|
|
<attribute name="retainfield3" label="保留字段3" type="STRING" length="200"/>
|
|
<attribute name="inputuserid" label="登记人" type="STRING" length="200"/>
|
|
<attribute name="inputorgid" label="登记部门" type="STRING" length="200"/>
|
|
<attribute name="inputtime" label="登记时间" type="STRING" length="200"/>
|
|
<attribute name="updateuserid" label="更新人" type="STRING" length="200"/>
|
|
<attribute name="updateorgid" label="更新部门" type="STRING" length="200"/>
|
|
<attribute name="updatetime" label="更新时间" type="STRING" length="200"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lc_identity_check_result_temp" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
|
|
<class name="LB_BUSINESS_OVERDATE" label="" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="ID" type="STRING" length="40"/>
|
|
<attribute name="OVER_DATE" label="OVER_DATE" type="STRING" length="10"/>
|
|
<attribute name="param1" label="param1" type="STRING" length="50"/>
|
|
<attribute name="param2" label="param2" type="STRING" length="50"/>
|
|
<attribute name="param3" label="param3" type="STRING" length="50"/>
|
|
<attribute name="param4" label="param4" type="STRING" length="50"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lb_business_overdate" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="CONFIGURATE" label="" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="64"/>
|
|
<attribute name="ATTR_ID" label="属性ID" type="STRING" length="64"/>
|
|
<attribute name="ATTR_VALUE" label="属性值" type="STRING" length="64"/>
|
|
<attribute name="FIELD1" label="属性1" type="STRING" length="64"/>
|
|
<attribute name="FIELD2" label="属性2" type="STRING" length="64"/>
|
|
<attribute name="FIELD3" label="属性3" type="STRING" length="64"/>
|
|
<attribute name="FIELD4" label="属性4" type="STRING" length="64"/>
|
|
<attribute name="FIELD5" label="属性5" type="STRING" length="64"/>
|
|
<attribute name="INPUTUSERID" label="创建人" type="STRING" length="64"/>
|
|
<attribute name="INPUTORGID" label="创建所属部门" type="STRING" length="64"/>
|
|
<attribute name="INPUTTIME" label="创建时间" type="STRING" length="64"/>
|
|
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="64"/>
|
|
<attribute name="UPDATEORGID" label="修改人所属部门" type="STRING" length="64"/>
|
|
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="64"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="configurate" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_DISCOUNT_OCCUPY" label="" keyAttributes="id">
|
|
<attributes>
|
|
<attribute name="id" label="id" type="STRING" length="32"/>
|
|
<attribute name="product_id" label="product_id" type="STRING" length="32"/>
|
|
<attribute name="flowunid" label="flowunid" type="STRING" length="32"/>
|
|
<attribute name="project_id" label="project_id" type="STRING" length="32"/>
|
|
<attribute name="discount" label="discount" type="DOUBLE" length="22" scale="2"/>
|
|
<attribute name="inputuserid" label="inputuserid" type="STRING" length="32"/>
|
|
<attribute name="inputorgid" label="inputorgid" type="STRING" length="32"/>
|
|
<attribute name="inputtime" label="inputtime" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lb_discount_occupy" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_DISCOUNT" label="" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="64"/>
|
|
<attribute name="CONTRACT_NO" label="合同编号" type="STRING" length="64"/>
|
|
<attribute name="CAR_BRAND" label="品牌" type="STRING" length="64"/>
|
|
<attribute name="FRAME_NUMBER" label="车架号" type="STRING" length="64"/>
|
|
<attribute name="DISCOUNT_MONEY" label="贴息金额" type="STRING" length="64"/>
|
|
<attribute name="FIELD1" label="FIELD1" type="STRING" length="64"/>
|
|
<attribute name="FIELD2" label="FIELD2" type="STRING" length="64"/>
|
|
<attribute name="FIELD3" label="FIELD3" type="STRING" length="64"/>
|
|
<attribute name="FIELD4" label="FIELD4" type="STRING" length="64"/>
|
|
<attribute name="FIELD5" label="FIELD5" type="STRING" length="64"/>
|
|
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="64"/>
|
|
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="64"/>
|
|
<attribute name="INPUTTIME" label="系统导入日期" type="STRING" length="64"/>
|
|
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="64"/>
|
|
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="64"/>
|
|
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="64"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lb_discount" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="INVOICE_INTERFACE" label="" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="invoice_id" label="关联id" type="STRING" length="32"/>
|
|
<attribute name="appid" label="应用代码" type="STRING" length="32"/>
|
|
<attribute name="sid" label="交易流水id" type="STRING" length="32"/>
|
|
<attribute name="yylxdm" label="应用类型代码" type="STRING" length="32"/>
|
|
<attribute name="fplxdm" label="发票类型代码" type="STRING" length="32"/>
|
|
<attribute name="kplx" label="开票类型" type="STRING" length="32"/>
|
|
<attribute name="tspz" label="特殊票种标识" type="STRING" length="32"/>
|
|
<attribute name="xhdwdzdh" label="销货单位地址电话" type="STRING" length="32"/>
|
|
<attribute name="xhdwyhzh" label="销货单位银行帐号" type="STRING" length="32"/>
|
|
<attribute name="ghdwsbh" label="购货单位识别号" type="STRING" length="32"/>
|
|
<attribute name="ghdwmc" label="购货单位名称" type="STRING" length="32"/>
|
|
<attribute name="ghdwdzdh" label="购货单位地址电话" type="STRING" length="32"/>
|
|
<attribute name="ghdwyhzh" label="购货单位银行帐号" type="STRING" length="32"/>
|
|
<attribute name="hsslbs" label="含税税率标识" type="STRING" length="32"/>
|
|
<attribute name="fyxm" label="费用项目" type="STRING" length="32"/>
|
|
<attribute name="fphxz" label="发票行性质" type="STRING" length="32"/>
|
|
<attribute name="spmc" label="商品名称" type="STRING" length="32"/>
|
|
<attribute name="spsm" label="商品税目" type="STRING" length="32"/>
|
|
<attribute name="ggxh" label="规格型号" type="STRING" length="32"/>
|
|
<attribute name="dw" label="单位" type="STRING" length="32"/>
|
|
<attribute name="spsl" label="商品数量" type="STRING" length="32"/>
|
|
<attribute name="dj" label="单价" type="STRING" length="32"/>
|
|
<attribute name="je" label="金额" type="STRING" length="32"/>
|
|
<attribute name="sl" label="税率" type="STRING" length="32"/>
|
|
<attribute name="se" label="税额" type="STRING" length="32"/>
|
|
<attribute name="hsbz" label="含税标志" type="STRING" length="32"/>
|
|
<attribute name="spbm" label="商品编码" type="STRING" length="32"/>
|
|
<attribute name="zxbm" label="纳税人自行编码" type="STRING" length="32"/>
|
|
<attribute name="yhzcbs" label="优惠政策标识" type="STRING" length="32"/>
|
|
<attribute name="slbs" label="0税率标识" type="STRING" length="32"/>
|
|
<attribute name="zzstsgl" label="增值税特殊管理" type="STRING" length="32"/>
|
|
<attribute name="zhsl" label="综合税率" type="STRING" length="32"/>
|
|
<attribute name="hjje" label="合计金额" type="STRING" length="32"/>
|
|
<attribute name="hjse" label="合计税额" type="STRING" length="32"/>
|
|
<attribute name="jshj" label="价税合计" type="STRING" length="32"/>
|
|
<attribute name="bz" label="备注" type="STRING" length="32"/>
|
|
<attribute name="skr" label="收款人" type="STRING" length="32"/>
|
|
<attribute name="fhr" label="复核人" type="STRING" length="32"/>
|
|
<attribute name="kpr" label="开票人" type="STRING" length="32"/>
|
|
<attribute name="zyspmc" label="主要商品名称" type="STRING" length="32"/>
|
|
<attribute name="ssyf" label="所属月份" type="STRING" length="32"/>
|
|
<attribute name="tzdbh" label="通知单编号" type="STRING" length="32"/>
|
|
<attribute name="yfphm" label="原发票号码" type="STRING" length="32"/>
|
|
<attribute name="yfpdm" label="原发票代码" type="STRING" length="32"/>
|
|
<attribute name="GMF_DZYX" label="收票人电子邮箱" type="STRING" length="32"/>
|
|
<attribute name="GMF_SJHM" label="收票人手机号码" type="STRING" length="32"/>
|
|
<attribute name="GMF_SJOPENID" label="收票人微信" type="STRING" length="32"/>
|
|
<attribute name="FIELD1" label="备用字段1" type="STRING" length="32"/>
|
|
<attribute name="FIELD2" label="FIELD2" type="STRING" length="32"/>
|
|
<attribute name="FIELD3" label="FIELD3" type="STRING" length="32"/>
|
|
<attribute name="FIELD4" label="FIELD4" type="STRING" length="32"/>
|
|
<attribute name="FIELD5" label="FIELD5" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="32"/>
|
|
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="32"/>
|
|
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="invoice_interface" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
</package>
|
|
<package name="jbo.com.tenwa.lease.carbrand" >
|
|
<class name="LB_CLAIMS_BOOK_DETAIL" label="索赔申请书详情表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="ID" type="STRING" length="100"/>
|
|
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="64"/>
|
|
<attribute name="CAR_ID" label="车辆ID" type="STRING" length="64"/>
|
|
<attribute name="INSURANTOR" label="被保险人" type="STRING" length="200"/>
|
|
<attribute name="INSURANCE_NUMBER" label="保险单号" type="STRING" length="200"/>
|
|
<attribute name="INSURANCE_PERSON" label="投保人" type="STRING" length="200"/>
|
|
<attribute name="CAR_NUMBER" label="牌照号码" type="STRING" length="200"/>
|
|
<attribute name="BRAND_MODEL" label="厂牌型号" type="STRING" length="200"/>
|
|
<attribute name="MOTOR_NUMBER" label="发动机号" type="STRING" length="200"/>
|
|
<attribute name="CAR_PRICE" label="车辆价格" type="DOUBLE" length="30" scale="2"/>
|
|
<attribute name="CAR_PURPOSE" label="车辆用途" type="STRING" length="200"/>
|
|
<attribute name="PURCHASE_DATE" label="购车日期" type="STRING" length="200"/>
|
|
<attribute name="SELLCAR_UNIT" label="售车单位" type="STRING" length="200"/>
|
|
<attribute name="UNFINISH_DUTY" label="未了责任" type="STRING" length="200"/>
|
|
<attribute name="GUARANTEE_INFORMATION" label="抵押物处理情况" type="STRING" length="200"/>
|
|
<attribute name="DEBT_REASON" label="详述欠款原因" type="STRING" length="200"/>
|
|
<attribute name="INPUTUSERID" label="创建人" type="STRING" length="100"/>
|
|
<attribute name="INPUTORGID" label="创建人所属部门" type="STRING" length="100"/>
|
|
<attribute name="INPUTTIME" label="创建时间" type="STRING" length="100"/>
|
|
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="100"/>
|
|
<attribute name="UPDATEORGID" label="修改人所属部门" type="STRING" length="100"/>
|
|
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="100"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_CLAIMS_BOOK_DETAIL" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_CLAIMS_BOOK_DETAIL_TEMP" label="索赔申请书详情表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="ID" type="STRING" length="100"/>
|
|
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="64"/>
|
|
<attribute name="CAR_ID" label="车辆ID" type="STRING" length="64"/>
|
|
<attribute name="INSURANTOR" label="被保险人" type="STRING" length="200"/>
|
|
<attribute name="INSURANCE_NUMBER" label="保险单号" type="STRING" length="200"/>
|
|
<attribute name="INSURANCE_PERSON" label="投保人" type="STRING" length="200"/>
|
|
<attribute name="CAR_NUMBER" label="牌照号码" type="STRING" length="200"/>
|
|
<attribute name="BRAND_MODEL" label="厂牌型号" type="STRING" length="200"/>
|
|
<attribute name="MOTOR_NUMBER" label="发动机号" type="STRING" length="200"/>
|
|
<attribute name="CAR_PRICE" label="车辆价格" type="DOUBLE" length="30" scale="2"/>
|
|
<attribute name="CAR_PURPOSE" label="车辆用途" type="STRING" length="200"/>
|
|
<attribute name="PURCHASE_DATE" label="购车日期" type="STRING" length="200"/>
|
|
<attribute name="SELLCAR_UNIT" label="售车单位" type="STRING" length="200"/>
|
|
<attribute name="UNFINISH_DUTY" label="未了责任" type="STRING" length="200"/>
|
|
<attribute name="GUARANTEE_INFORMATION" label="抵押物处理情况" type="STRING" length="200"/>
|
|
<attribute name="DEBT_REASON" label="详述欠款原因" type="STRING" length="200"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="200"/>
|
|
<attribute name="INPUTUSERID" label="创建人" type="STRING" length="100"/>
|
|
<attribute name="INPUTORGID" label="创建人所属部门" type="STRING" length="100"/>
|
|
<attribute name="INPUTTIME" label="创建时间" type="STRING" length="100"/>
|
|
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="100"/>
|
|
<attribute name="UPDATEORGID" label="修改人所属部门" type="STRING" length="100"/>
|
|
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="100"/>
|
|
<attribute name="INSURANCE_MONEY" label="保险金额" type="DOUBLE" length="30" scale="2"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LB_CLAIMS_BOOK_DETAIL_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
</package>
|
|
<package name="jbo.com.tenwa.lease.carbrand" >
|
|
<class name="LB_CARDATA_BRAND" label="二手车品牌表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
|
|
<attribute name="brandid" label="品牌ID" type="STRING" length="32"/>
|
|
<attribute name="brandname" label="品牌名称" type="STRING" length="100"/>
|
|
<attribute name="brandinitial" label="品牌首字母" type="STRING" length="100"/>
|
|
<attribute name="opertype" label="操作类型" type="STRING" length="100"/>
|
|
<attribute name="modeltimestamp" label="车型时间戳" type="STRING" length="100"/>
|
|
<attribute name="seriestimestamp" label="车系时间戳" type="STRING" length="100"/>
|
|
<attribute name="brandtimestamp" label="品牌时间戳" type="STRING" length="100"/>
|
|
<attribute name="currentversion" label="当前版本号" type="STRING" length="100"/>
|
|
<attribute name="initialversion" label="最初版本号" type="STRING" length="100"/>
|
|
<attribute name="retainfield1" label="保留字段1" type="STRING" length="100"/>
|
|
<attribute name="retainfield2" label="保留字段2" type="STRING" length="100"/>
|
|
<attribute name="retainfield3" label="保留字段3" type="STRING" length="100"/>
|
|
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="inputorgid" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="updateorgid" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lb_cardata_brand" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_CARDATA_SERIES" label="二手车车系表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
|
|
<attribute name="brandid" label="品牌ID" type="STRING" length="32"/>
|
|
<attribute name="brandname" label="品牌名称" type="STRING" length="100"/>
|
|
<attribute name="seriesid" label="车系ID" type="STRING" length="32"/>
|
|
<attribute name="seriesname" label="车系名称" type="STRING" length="100"/>
|
|
<attribute name="seriesgroupname" label="车系组名" type="STRING" length="100"/>
|
|
<attribute name="levelname" label="汽车品种" type="STRING" length="100"/>
|
|
<attribute name="makertype" label="制造商类型" type="STRING" length="100"/>
|
|
<attribute name="opertype" label="操作类型" type="STRING" length="100"/>
|
|
<attribute name="modeltimestamp" label="车型时间戳" type="STRING" length="100"/>
|
|
<attribute name="seriestimestamp" label="车系时间戳" type="STRING" length="100"/>
|
|
<attribute name="brandtimestamp" label="品牌时间戳" type="STRING" length="100"/>
|
|
<attribute name="currentversion" label="当前版本号" type="STRING" length="100"/>
|
|
<attribute name="initialversion" label="最初版本号" type="STRING" length="100"/>
|
|
<attribute name="retainfield1" label="保留字段1" type="STRING" length="100"/>
|
|
<attribute name="retainfield2" label="保留字段2" type="STRING" length="100"/>
|
|
<attribute name="retainfield3" label="保留字段3" type="STRING" length="100"/>
|
|
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="inputorgid" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="updateorgid" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lb_cardata_series" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
|
|
<class name="VI_CONTRACTMAKEPRINTLIST" label="合同签约生成列表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="id" label="id" type="STRING"/>
|
|
<attribute name="docname" label="docname" type="STRING"/>
|
|
<attribute name="customername" label="customername" type="STRING"/>
|
|
<attribute name="libid" label="libid" type="STRING"/>
|
|
<attribute name="productid" label="productid" type="STRING"/>
|
|
<attribute name="STATUS" label="STATUS" type="STRING"/>
|
|
<attribute name="ATTRIBUTE_ID" label="ATTRIBUTE_ID" type="STRING"/>
|
|
<attribute name="telephone" label="telephone" type="STRING"/>
|
|
<attribute name="sign_type" label="sign_type" type="STRING"/>
|
|
<attribute name="sendprocess" label="sendprocess" type="STRING"/>
|
|
<attribute name="flowunid" label="flowunid" type="STRING"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="vi_contractmakeprintlist" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="BUSINESS_STATUS" label="项目状态表" keyAttributes="id">
|
|
<attributes>
|
|
<attribute name="id" label="id" type="STRING" length="32"/>
|
|
<attribute name="contract_number" label="contract_number" type="STRING" length="32"/>
|
|
<attribute name="business_status" label="business_status" type="STRING" length="32"/>
|
|
<attribute name="inputuserid" label="inputuserid" type="STRING" length="32"/>
|
|
<attribute name="inputorgid" label="inputorgid" type="STRING" length="32"/>
|
|
<attribute name="inputtime" label="inputtime" type="STRING" length="32"/>
|
|
<attribute name="updateuserid" label="updateuserid" type="STRING" length="32"/>
|
|
<attribute name="updateorgid" label="updateorgid" type="STRING" length="32"/>
|
|
<attribute name="updatetime" label="updatetime" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="business_status" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_CONTRACT_SIGN_LOG" label="合同签约日志" keyAttributes="id">
|
|
<attributes>
|
|
<attribute name="id" label="标识" type="STRING" length="32"/>
|
|
<attribute name="contractdocid" label="合同文件表标识" type="STRING" length="32"/>
|
|
<attribute name="contract_id" label="合同标识" type="STRING" length="32"/>
|
|
<attribute name="project_id" label="项目标识" type="STRING" length="32"/>
|
|
<attribute name="attribute_id" label="附件明细表标识" type="STRING" length="32"/>
|
|
<attribute name="library_id" label="资料清单标识" type="STRING" length="32"/>
|
|
<attribute name="file_flag" label="是否有效" type="STRING" length="32"/>
|
|
<attribute name="sign_type" label="签约状态" type="STRING" length="32"/>
|
|
<attribute name="doc_name" label="资料名称" type="STRING" length="64"/>
|
|
<attribute name="document_id" label="契约锁合同文件id" type="STRING" length="32"/>
|
|
<attribute name="singcontract_id" label="契约锁合同id" type="STRING" length="100"/>
|
|
<attribute name="customername" label="客户名称" type="STRING" length="64"/>
|
|
<attribute name="telephone" label="电话号码" type="STRING" length="32"/>
|
|
<attribute name="inputuserid" label="创建人" type="STRING" length="100"/>
|
|
<attribute name="inputorgid" label="创建人所属部门" type="STRING" length="100"/>
|
|
<attribute name="inputtime" label="创建时间" type="STRING" length="100"/>
|
|
<attribute name="flow_unid" label="流程编号" type="STRING" length="64"/>
|
|
<attribute name="process" label="合同制作过程" type="STRING" length="32"/>
|
|
<attribute name="signprocess" label="签约操作" type="STRING" length="32"/>
|
|
<attribute name="sendprocess" label="契约锁发送过程" type="STRING" length="32"/>
|
|
<attribute name="message" label="签约错误信息" type="STRING" length="200"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lb_contract_sign_log" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
|
|
<class name="LB_CARDATA_MODEL" label="二手车车型表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
|
|
<attribute name="brandid" label="品牌ID" type="STRING" length="32"/>
|
|
<attribute name="brandname" label="品牌名称" type="STRING" length="100"/>
|
|
<attribute name="seriesid" label="车系ID" type="STRING" length="32"/>
|
|
<attribute name="seriesname" label="车系名称" type="STRING" length="100"/>
|
|
<attribute name="seriesgroupname" label="车系组名" type="STRING" length="100"/>
|
|
<attribute name="modelid" label="车型ID" type="STRING" length="32"/>
|
|
<attribute name="modelname" label="车型名称" type="STRING" length="100"/>
|
|
<attribute name="price" label="指导价" type="STRING" length="100"/>
|
|
<attribute name="liter" label="排量" type="STRING" length="100"/>
|
|
<attribute name="geartype" label="变速箱" type="STRING" length="100"/>
|
|
<attribute name="modelyear" label="年款" type="STRING" length="100"/>
|
|
<attribute name="makertype" label="制造商类型" type="STRING" length="100"/>
|
|
<attribute name="dischargestandard" label="排放标准" type="STRING" length="100"/>
|
|
<attribute name="seatnumber" label="座位数" type="STRING" length="100"/>
|
|
<attribute name="minregyear" label="最小上牌年份" type="STRING" length="100"/>
|
|
<attribute name="maxregyear" label="最大上牌年份" type="STRING" length="100"/>
|
|
<attribute name="opertype" label="操作类型" type="STRING" length="100"/>
|
|
<attribute name="modeltimestamp" label="车型时间戳" type="STRING" length="100"/>
|
|
<attribute name="seriestimestamp" label="车系时间戳" type="STRING" length="100"/>
|
|
<attribute name="brandtimestamp" label="品牌时间戳" type="STRING" length="100"/>
|
|
<attribute name="currentversion" label="当前版本号" type="STRING" length="100"/>
|
|
<attribute name="initialversion" label="最初版本号" type="STRING" length="100"/>
|
|
<attribute name="retainfield1" label="保留字段1" type="STRING" length="100"/>
|
|
<attribute name="retainfield2" label="保留字段2" type="STRING" length="100"/>
|
|
<attribute name="retainfield3" label="保留字段3" type="STRING" length="100"/>
|
|
<attribute name="inputuserid" label="登记人" type="STRING" length="100"/>
|
|
<attribute name="inputorgid" label="登记部门" type="STRING" length="100"/>
|
|
<attribute name="inputtime" label="登记时间" type="STRING" length="100"/>
|
|
<attribute name="updateuserid" label="更新人" type="STRING" length="100"/>
|
|
<attribute name="updateorgid" label="更新部门" type="STRING" length="100"/>
|
|
<attribute name="updatetime" label="更新时间" type="STRING" length="100"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lb_cardata_model" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
|
|
<class name="LB_CARDATA_VERSION" label="二手车车型库版本表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
|
|
<attribute name="currentversion" label="当前版本号" type="STRING" length="100"/>
|
|
<attribute name="initialversion" label="初始版本号" type="STRING" length="100"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lb_cardata_version" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
</package>
|
|
</jbo>
|