contract_rent_month加字段

This commit is contained in:
amarsoft 2018-08-15 11:41:20 +08:00
parent 6cc9a10cf8
commit 729df6d552

View File

@ -2525,6 +2525,7 @@
<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="discount" 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"/>