1.在付款申请增加经销商额度信息。

This commit is contained in:
zhangbb 2018-08-01 19:15:51 +08:00
parent 6899ba0bbb
commit ca4109fb7b

View File

@ -4139,6 +4139,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" >