更新JBO
This commit is contained in:
parent
f0bbe30c83
commit
cd32231c9c
@ -3392,5 +3392,31 @@
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
<class name="VI_LI_INVOICE_RENT" label="" keyAttributes="contract_id">
|
||||
<attributes>
|
||||
<attribute name="contract_id" label="contract_id" type="STRING"/>
|
||||
<attribute name="contract_no" label="contract_no" type="STRING"/>
|
||||
<attribute name="payment_number" label="payment_number" type="STRING"/>
|
||||
<attribute name="customer_id" label="customer_id" type="STRING"/>
|
||||
<attribute name="customer_name" label="customer_name" type="STRING"/>
|
||||
<attribute name="plan_list" label="plan_list" type="STRING"/>
|
||||
<attribute name="plan_id" label="plan_id" type="STRING"/>
|
||||
<attribute name="plan_date" label="plan_date" type="STRING"/>
|
||||
<attribute name="plan_money" label="plan_money" type="STRING"/>
|
||||
<attribute name="invoice_money" label="invoice_money" type="STRING"/>
|
||||
<attribute name="cert_id" label="cert_id" type="STRING"/>
|
||||
<attribute name="account" label="account" type="STRING"/>
|
||||
<attribute name="acc_number" label="acc_number" type="STRING"/>
|
||||
<attribute name="bank_name" label="bank_name" type="STRING"/>
|
||||
<attribute name="telephone" label="telephone" type="STRING"/>
|
||||
<attribute name="customer_type" label="customer_type" type="STRING"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="vi_li_invoice_rent" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
</package>
|
||||
</jbo>
|
||||
|
||||
@ -772,6 +772,7 @@
|
||||
<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="gps_install_fee" label="GPS安装服务费" 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"/>
|
||||
|
||||
@ -4179,6 +4179,34 @@
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
<class name="LB_CAR_LICENSE_PLATE_INFO_TEMP" label="" keyAttributes="id">
|
||||
<attributes>
|
||||
<attribute name="id" label="标识" type="STRING" length="100"/>
|
||||
<attribute name="car_id" label="车辆编号" type="STRING" length="40"/>
|
||||
<attribute name="orgid" label="机构编号" type="STRING" length="40"/>
|
||||
<attribute name="contract_id" label="合同id" type="STRING" length="100"/>
|
||||
<attribute name="plate_status" label="上牌状态" type="STRING" length="100"/>
|
||||
<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="platetime" label="上牌时间" 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"/>
|
||||
<attribute name="car_unit" label="上牌单位" type="STRING" length="100"/>
|
||||
<attribute name="car_location" label="上牌地点" type="STRING" length="100"/>
|
||||
<attribute name="contract_no" label="合同编号" type="STRING" length="100"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="lb_car_license_plate_info_temp" />
|
||||
<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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user