更新JBO

This commit is contained in:
liuzhao 2018-08-13 09:55:56 +08:00
parent cb59eccec9
commit 6d3676e007

View File

@ -3418,5 +3418,40 @@
</managerProperties>
</manager>
</class>
<class name="COMMISSION_INTEREST" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="distributor_name" label="经销商名称" type="STRING" length="32"/>
<attribute name="distri_relative" label="经销商联系人" type="STRING" length="32"/>
<attribute name="telephone" label="联系电话" type="STRING" length="32"/>
<attribute name="comm_months" label="月份" type="STRING" length="32"/>
<attribute name="history_month" label="历史月份" type="STRING" length="32"/>
<attribute name="loan_orders" label="当月放款单量" type="STRING" length="32"/>
<attribute name="loan_money" label="当月放款金额" type="STRING" length="32"/>
<attribute name="base_commission" label="基本佣金" type="STRING" length="32"/>
<attribute name="groups" label="集团内别" type="STRING" length="32"/>
<attribute name="loanmonth" label="放款月份" type="STRING" length="32"/>
<attribute name="over_orders" label="逾期30天及以上单量" type="STRING" length="32"/>
<attribute name="over_capital" label="逾期30天及以上未尝本金总额" type="STRING" length="32"/>
<attribute name="over_has_order" label="逾期30天及以上但已还款单量" type="STRING" length="32"/>
<attribute name="FIELD1" label="FIELD1" type="STRING" length="32"/>
<attribute name="FIELD2" label="FIELD2" type="STRING" length="32"/>
<attribute name="FIELD3" label="FIELD3" type="STRING" length="32"/>
<attribute name="FIELD4" label="FIELD4" type="STRING" length="32"/>
<attribute name="FIELD5" label="FIELD5" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="commission_interest" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
</jbo>