配置文件修改

This commit is contained in:
gityjf 2021-07-29 10:23:49 +08:00
parent 3e4f7302e1
commit 17396c7fce
2 changed files with 6 additions and 1 deletions

View File

@ -75,6 +75,7 @@
<property name="table" value="LC_EBANK" />
<property name="createKey" value="true" />
<property name="keyDatePrefix" value="'LCE'yyyyMMdd"/>
<property name="query.largeResultLimit" value="20000"/>
</managerProperties>
</manager>
</class>
@ -3393,6 +3394,10 @@
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="32"/>
<attribute name="bank" label="本方银行" type="STRING" length="200"/>
<attribute name="account" label="本方账户" type="STRING" length="200"/>
<attribute name="acc_number" label="本方帐号" type="STRING" length="200"/>
<attribute name="pay_mode" label="付款方式" type="STRING" length="10"/>
</attributes>
<manager>
<managerProperties>

View File

@ -3866,7 +3866,7 @@
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_ID" label="经销商编号" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程号" type="STRING" length="32"/>
<attribute name="SQRNBR" label="流水号" type="STRING" length="10"/>
<attribute name="SQRNBR" label="流水号" type="STRING" length="50"/>
<attribute name="YURREF" label="业务参考号" type="STRING" length="30"/>
<attribute name="REQNBR" label="流程实例号" type="STRING" length="10"/>
<attribute name="REQSTS" label="业务请求状态" type="STRING" length="3"/>