变更字段长度

This commit is contained in:
xiezhiwen 2019-01-09 14:09:15 +08:00
parent 445e04a151
commit 76a5f088ec

View File

@ -188,7 +188,7 @@
<attributes>
<attribute name="id" label="id" type="STRING" length="32"/>
<attribute name="OWN_NAME" label="出租人" type="STRING" length="100"/>
<attribute name="OWN_NUMBER" label="出租人编号" type="STRING" length="10"/>
<attribute name="OWN_NUMBER" label="出租人编号" type="STRING" length="20"/>
<attribute name="LEASE_CONSIGNER" label="委托代理人" type="STRING" length="50"/>
<attribute name="LEASE_REGISTER_ADDR" label="注册地址" type="STRING" length="200"/>
<attribute name="LEASE_ADDR" label="通讯地址" type="STRING" length="200"/>