经销商页签
This commit is contained in:
parent
c61da8cd55
commit
cc365e03a7
@ -3284,31 +3284,12 @@
|
||||
</class>
|
||||
|
||||
|
||||
<class name="DISTRIBUTOR_INFORMATION" label="" keyAttributes="id">
|
||||
<attributes>
|
||||
<attribute name="id" label="标识" type="STRING" length="32"/>
|
||||
<attribute name="distributor_name" label="经销商名称" type="STRING" length="100"/>
|
||||
<attribute name="loan_limit" label="贷款额度" type="STRING" length="50"/>
|
||||
<attribute name="principal_balance" label="本金余额" type="STRING" length="50"/>
|
||||
<attribute name="unpaid_amount" label="未付款金额" type="STRING" length="50"/>
|
||||
<attribute name="surplus_limit" label="剩余额度" type="STRING" length="50"/>
|
||||
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
|
||||
<attribute name="inputorgid" label="登记部门" type="STRING" length="32"/>
|
||||
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
|
||||
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
|
||||
<attribute name="updateorgid" label="更新部门" type="STRING" length="32"/>
|
||||
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="distributor_information" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
<class name="LPOUNDAGE_MAINTENANCE" label="" keyAttributes="id">
|
||||
<attributes>
|
||||
<attribute name="id" label="标识" type="STRING" length="32"/>
|
||||
<attribute name="id" label="标识" type="STRING" length="32"/>
|
||||
<attribute name="start_date" label="开始日期" type="STRING" length="32"/>
|
||||
<attribute name="expiry_date" label="终止日期" type="STRING" length="32"/>
|
||||
<attribute name="validity_date" label="有效期" type="STRING" length="50"/>
|
||||
<attribute name="subject" label="主体" type="STRING" length="50"/>
|
||||
<attribute name="charge_channel" label="扣款渠道" type="STRING" length="50"/>
|
||||
@ -3349,7 +3330,8 @@
|
||||
</class>
|
||||
<class name="VI_DISTRIBUTOR_INFO" label="经销商信息页签" keyAttributes="">
|
||||
<attributes>
|
||||
<attribute name="DISTRIBUTOR_NO" label="经销商编号" type="STRING"/>
|
||||
<attribute name="DISTRIBUTOR_NO" label="经销商编号" type="STRING"/>
|
||||
<attribute name="DISTRIBUTOR_ID" label="经销商编码" type="STRING"/>
|
||||
<attribute name="DISTRIBUTOR_NAME" label="经销商名称" type="STRING"/>
|
||||
<attribute name="TOTAL" label="贷款额度" type="STRING"/>
|
||||
<attribute name="CORPUS" label="本金余额" type="STRING"/>
|
||||
@ -3363,5 +3345,24 @@
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
<class name="DEDUCTIONS_WAY" label="扣款方式" keyAttributes="id">
|
||||
<attributes>
|
||||
<attribute name="id" label="标识" type="STRING" length="32"/>
|
||||
<attribute name="dealers_number" label="渠道编号" type="STRING" length="200"/>
|
||||
<attribute name="dealers_name" label="渠道名称" type="STRING" length="200"/>
|
||||
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
|
||||
<attribute name="inputorgid" label="登记部门" type="STRING" length="32"/>
|
||||
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
|
||||
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
|
||||
<attribute name="updateorgid" label="更新部门" type="STRING" length="32"/>
|
||||
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="deductions_way" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
</package>
|
||||
</jbo>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user