添加合同撤销配置过期天数相关表lb_business_overdate

This commit is contained in:
jianghongdong 2018-07-18 14:21:22 +08:00
parent 9bcfa53d27
commit 03586f8bc8

View File

@ -3930,6 +3930,22 @@
</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"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lb_business_overdate" />
<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">