修改字段属性长度

This commit is contained in:
gityjf 2020-10-16 14:43:05 +08:00
parent 5faaa1ffa4
commit 88e591dce8

View File

@ -2362,7 +2362,7 @@
<attribute name="CARTYPE" label="车型" type="STRING" length="100"/>
<attribute name="USERNAME" label="车主名称" type="STRING" length="32"/>
<attribute name="USERPHONE" label="车主电话" type="STRING" length="11"/>
<attribute name="SHOPNAME" label="安装店面" type="STRING" length="100"/>
<attribute name="SHOPNAME" label="安装店面" type="STRING" length="512"/>
<attribute name="SOURCE" label="GPS来源" type="STRING" length="10"/>
<attribute name="INPUTTIME" label="录入时间" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="录入人" type="STRING" length="32"/>
@ -2404,7 +2404,7 @@
<attribute name="CARTYPE" label="车型" type="STRING" length="100"/>
<attribute name="USERNAME" label="车主名称" type="STRING" length="32"/>
<attribute name="USERPHONE" label="车主电话" type="STRING" length="11"/>
<attribute name="SHOPNAME" label="安装店面" type="STRING" length="100"/>
<attribute name="SHOPNAME" label="安装店面" type="STRING" length="512"/>
<attribute name="SOURCE" label="GPS来源" type="STRING" length="10"/>
<attribute name="INPUTTIME" label="录入时间" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="录入人" type="STRING" length="32"/>