更新jbo增加字段长度
This commit is contained in:
parent
877d4e33f4
commit
2a517c64a3
@ -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"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user