改变经销商账户表bank_name字段

This commit is contained in:
liuz 2018-07-25 18:44:37 +08:00
parent 9a44177048
commit 1a3961cbf1

View File

@ -1055,7 +1055,7 @@
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="ACC_NUMBER" label="银行帐号" type="STRING" length="32"/>
<attribute name="BANK_NAME" label="银行名称" type="STRING" length="32"/>
<attribute name="BANKNAME" label="银行名称" type="STRING" length="32"/>
<attribute name="ACCOUNT" label="帐户名称" type="STRING" length="32"/>
<attribute name="IS_MAIN" label="是否主帐号" type="STRING" length="32"/>
<attribute name="ACC_INFO" label="帐户使用情况" type="STRING" length="32"/>
@ -1073,7 +1073,7 @@
<attribute name="form_id" label="正式表id" type="STRING" length="32"/>
<attribute name="district" label="地区" type="STRING" length="64"/>
<attribute name="provinceInfo" label="省份" type="STRING" length="64"/>
<attribute name="open_bank" label="开户银行" type="STRING" length="100"/>
<attribute name="bank_name" label="开户银行" type="STRING" length="100"/>
</attributes>
<manager>
@ -1164,7 +1164,7 @@
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="ACC_NUMBER" label="银行帐号" type="STRING" length="32"/>
<attribute name="BANK_NAME" label="银行名称" type="STRING" length="32"/>
<attribute name="BANKNAME" label="银行名称" type="STRING" length="32"/>
<attribute name="ACCOUNT" label="帐户名称" type="STRING" length="32"/>
<attribute name="IS_MAIN" label="是否主帐号" type="STRING" length="32"/>
<attribute name="ACC_INFO" label="帐户使用情况" type="STRING" length="32"/>
@ -1180,7 +1180,7 @@
<attribute name="DISTRIBUTOR_ACCOUNT_TEMP" label="经销商名称" type="STRING" length="32"/>
<attribute name="district" label="地区" type="STRING" length="64"/>
<attribute name="provinceInfo" label="省份" type="STRING" length="64"/>
<attribute name="open_bank" label="开户银行" type="STRING" length="100"/>
<attribute name="bank_name" label="开户银行" type="STRING" length="100"/>
</attributes>
<manager>