广发支付添加字段

This commit is contained in:
gityjf 2021-07-23 09:06:53 +08:00
parent fccae3de33
commit a0a9fa89fb
2 changed files with 6 additions and 1 deletions

View File

@ -3409,7 +3409,12 @@
<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="FLOWUNID" label="FLOWUNID" 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

@ -3862,7 +3862,7 @@
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="CMB_PAY_NO" label="付款流水号" type="STRING" length="32"/>
<attribute name="CMB_PAY_LOG" label="付款日志" type="STRING" length="32"/>
<attribute name="CMB_PAY_LOG" label="付款日志(未使用字段,暂存广发批次号)" type="STRING" length="32"/>
<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"/>