更新jbo增加字段长度

This commit is contained in:
zhangjun 2019-02-18 09:17:40 +08:00
parent 877d4e33f4
commit 2a517c64a3

View File

@ -686,7 +686,7 @@
<attribute name="CLIENT_EMAIL" label="电子邮件" type="STRING" length="100"/>
<attribute name="CLIENT_ACC_NUMBER" label="开户帐号" type="STRING" length="30"/>
<attribute name="CLIENT_ACC_BANK" label="开户银行" type="STRING" length="30"/>
<attribute name="CLIENT_ACC_NAME" label="开户户名" type="STRING" length="30"/>
<attribute name="CLIENT_ACC_NAME" label="开户户名" type="STRING" length="300"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="DATA_STATE" label="数据状态" type="STRING" length="32"/>
<attribute name="MODIFY_REASON" label="修改原因分类" type="STRING" length="32"/>
@ -1297,7 +1297,7 @@
<attribute name="CLIENT_EMAIL" label="电子邮件" type="STRING" length="100"/>
<attribute name="CLIENT_ACC_NUMBER" label="开户帐号" type="STRING" length="30"/>
<attribute name="CLIENT_ACC_BANK" label="开户银行" type="STRING" length="30"/>
<attribute name="CLIENT_ACC_NAME" label="开户户名" type="STRING" length="30"/>
<attribute name="CLIENT_ACC_NAME" label="开户户名" type="STRING" length="300"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="DATA_STATE" label="数据状态" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>