1.在jbo_lease.xml增加VI_DISTRIBUTOR_LINES。

This commit is contained in:
zhangbb 2018-08-03 10:04:53 +08:00
parent f0099ef833
commit 9e833621bb

View File

@ -4162,6 +4162,20 @@
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VI_DISTRIBUTOR_LINES" label="经销商额度" keyAttributes="distributor_no">
<attributes>
<attribute name="distributor_no" label="distributor_no" type="STRING"/>
<attribute name="total" label="total" type="STRING"/>
<attribute name="usedlines" label="usedlines" type="STRING"/>
<attribute name="relines" label="relines" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_distributor_lines" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
<package name="jbo.com.tenwa.lease.carbrand" >