更新配置

This commit is contained in:
liuz 2018-07-02 10:31:14 +08:00
parent fd7dfdef09
commit 70d9b5a9ce
2 changed files with 4 additions and 2 deletions

View File

@ -691,6 +691,7 @@
<attribute name="LOCAL_ACCOUNT" label="本方账户" type="STRING" length="100"/>
<attribute name="LOCAL_BANK" label="本方银行" type="STRING" length="100"/>
<attribute name="ACCOUNT_BALANCE" label="账户余额" type="DOUBLE" length="22" scale="2"/>
<attribute name="refund_number" label="退款账号" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
@ -719,6 +720,7 @@
<attribute name="LOCAL_ACCOUNT" label="本方账户" type="STRING" length="100"/>
<attribute name="LOCAL_BANK" label="本方银行" type="STRING" length="100"/>
<attribute name="ACCOUNT_BALANCE" label="账户余额" type="DOUBLE" length="22" scale="2"/>
<attribute name="refund_number" label="退款账号" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>

View File

@ -69,7 +69,7 @@
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="PRODUCT_ID" label="业务品种编号" type="STRING" length="32"/>
<attribute name="PRODUCT_NAME" label="业务品种" type="STRING" length="32"/>
<attribute name="PRODUCT_NAME" label="业务品种" type="STRING" length="100"/>
<attribute name="PROJECT_NO" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_DATE" label="项目日期" type="STRING" length="32"/>
<attribute name="PROJECT_NAME" label="项目名称" type="STRING" length="50"/>
@ -187,7 +187,7 @@
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="PRODUCT_ID" label="业务品种编号" type="STRING" length="32"/>
<attribute name="PRODUCT_NAME" label="业务品种" type="STRING" length="32"/>
<attribute name="PRODUCT_NAME" label="业务品种" type="STRING" length="100"/>
<attribute name="PROJECT_NO" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_DATE" label="项目日期" type="STRING" length="32"/>
<attribute name="PROJECT_NAME" label="项目名称" type="STRING" length="50"/>