更新字段的长度

This commit is contained in:
liuz 2018-07-17 15:12:02 +08:00
parent dcf7506c51
commit 40b4acf05c

View File

@ -920,7 +920,7 @@
<attribute name="REGISTERED_ASSET" label="注册资本" type="STRING" length="32"/>
<attribute name="PAIDUP_CAPITAL" label="实收资本" type="STRING" length="32"/>
<attribute name="POSTCODE" label="邮编" type="STRING" length="32"/>
<attribute name="REGISTERED_ADDR" label="注册地址" type="STRING" length="32"/>
<attribute name="REGISTERED_ADDR" label="注册地址" type="STRING" length="100"/>
<attribute name="URL" label="网址" type="STRING" length="32"/>
<attribute name="FACT_ADDR" label="经销商地址" type="STRING" length="32"/>
<attribute name="BUSINESS_SCOPE" label="经营范围" type="STRING" length="32"/>
@ -948,7 +948,7 @@
<attribute name="BRAND" label="品牌" type="STRING" length="32"/>
<attribute name="NAME" label="姓名" type="STRING" length="32"/>
<attribute name="E_MAIL" label="电子邮箱" type="STRING" length="32"/>
<attribute name="LOCATION" label="地址" type="STRING" length="32"/>
<attribute name="LOCATION" label="地址" type="STRING" length="100"/>
<attribute name="ZIPCODE" label="邮编" type="STRING" length="32"/>
<attribute name="SHOWROOMNAME" label="展厅名称" type="STRING" length="32"/>
<attribute name="SHOWROOMPHONE" label="展厅电话" type="STRING" length="32"/>
@ -1193,7 +1193,7 @@
<attribute name="DISTRIBUTOR_NO" label="经销商编码" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_NAME" label="经销商名称" type="STRING" length="32"/>
<attribute name="DISTRIBUTORER" label="经销商法人" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_ADDRESS" label="经销商地址" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_ADDRESS" label="经销商地址" type="STRING" length="100"/>
<attribute name="DISTRIBUTOR_MONEY" label="经销商注册资金" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_TEL" label="经销商电话" type="STRING" length="32"/>
<attribute name="FAX_NUMBER" label="传真" type="STRING" length="32"/>
@ -1242,7 +1242,7 @@
<attribute name="BRAND" label="品牌" type="STRING" length="32"/>
<attribute name="NAME" label="姓名" type="STRING" length="32"/>
<attribute name="E_MAIL" label="电子邮箱" type="STRING" length="32"/>
<attribute name="LOCATION" label="地址" type="STRING" length="32"/>
<attribute name="LOCATION" label="地址" type="STRING" length="100"/>
<attribute name="ZIPCODE" label="邮编" type="STRING" length="32"/>
<attribute name="SHOWROOMNAME" label="展厅名称" type="STRING" length="32"/>
<attribute name="SHOWROOMPHONE" label="展厅电话" type="STRING" length="32"/>