凭证相关和新增jbo字段

This commit is contained in:
zhangjun 2019-02-26 14:52:00 +08:00
parent a9b5dc38c2
commit 4c68673913
2 changed files with 5 additions and 2 deletions

View File

@ -4306,6 +4306,9 @@
<attribute name="f67" label="合同编号" type="STRING" />
<attribute name="f89" label="导出次数" type="STRING" />
<attribute name="f60" label="业务合同编号" type="STRING" />
<attribute name="FLAG" label="NC传输状态" type="STRING" />
<attribute name="BATCH" label="NC传输批次号" type="STRING" />
<attribute name="CREATE_TIME" label="NC传输成功日期" type="STRING" />
</attributes>
<manager>
<managerProperties>

View File

@ -685,7 +685,7 @@
<attribute name="CLIENT_MOBILE_NUMBER" label="短信手机号" type="STRING" length="32"/>
<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_BANK" label="开户银行" type="STRING" length="300"/>
<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"/>
@ -1296,7 +1296,7 @@
<attribute name="CLIENT_MOBILE_NUMBER" label="短信手机号" type="STRING" length="32"/>
<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_BANK" label="开户银行" type="STRING" length="300"/>
<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"/>