配置文件

This commit is contained in:
liuz 2018-08-09 14:25:51 +08:00
parent dbcb051abe
commit 728cc7778a

View File

@ -2940,5 +2940,39 @@
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_ACCOUNT_HIS" label="客户账号历史表" keyAttributes="id">
<attributes>
<attribute name="id" label="编号" type="STRING" length="32"/>
<attribute name="acc_number" label="银行账号" type="STRING" length="32"/>
<attribute name="bank_name" label="开户银行" type="STRING" length="32"/>
<attribute name="account" label="帐户名称" type="STRING" length="100"/>
<attribute name="is_main" label="是否主账号" type="STRING" length="32"/>
<attribute name="acc_info" label="帐户使用情况" type="STRING" length="600"/>
<attribute name="customerid" label="客户id" type="STRING" length="32"/>
<attribute name="inputuserid" label="录入人" type="STRING" length="32"/>
<attribute name="inputorgid" label="录入机构" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新机构" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="MOBILE" label="手机号" type="STRING" length="32"/>
<attribute name="acc_type" label="银行卡类型(付款/扣款)" type="STRING" length="32"/>
<attribute name="pay_money" label="付款金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="VERIFY" label="银行卡四要素验证结果" type="STRING" length="200"/>
<attribute name="VERIFY_STATUS" label="验证结果" type="STRING" length="32"/>
<attribute name="sign_status" label="sign_status" type="STRING" length="32"/>
<attribute name="CERTID" label="证件号" type="STRING" length="40"/>
<attribute name="CUSTTYPE" label="客户类型" type="STRING" length="40"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_account_his" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
</jbo>