1.网银收款时插入charge_way
This commit is contained in:
parent
56aae4b18b
commit
149ccce761
@ -5051,6 +5051,7 @@
|
||||
<attribute name="SPARE_BATCH_NO" label="SPARE_BATCH_NO" type="STRING" length="100"/>
|
||||
<attribute name="SPARE_BATCH_NO_DATA" label="SPARE_BATCH_NO_DATA" type="STRING" length="100"/>
|
||||
<attribute name="CHANNEL" label="CHANNEL" type="STRING" length="100"/>
|
||||
<attribute name="CHARGE_CHANNEL" label="CHARGE_CHANNEL" type="STRING" length="100"/>
|
||||
<attribute name="HIRE_DATE" label="HIRE_DATE" type="STRING" length="100"/>
|
||||
<attribute name="ACHIEVED_DATE" label="ACHIEVED_DATE" type="STRING" length="100"/>
|
||||
<attribute name="OWN_BANK" label="OWN_BANK" type="STRING" length="100"/>
|
||||
|
||||
@ -46,6 +46,10 @@ public interface VI_CHARGEBACKVOUCHERTOTAL{
|
||||
*/
|
||||
public static final String CHANNEL = "CHANNEL";
|
||||
/**
|
||||
* CHARGE_CHANNEL STRING(100)<br>
|
||||
*/
|
||||
public static final String CHARGE_CHANNEL = "CHARGE_CHANNEL";
|
||||
/**
|
||||
* HIRE_DATE STRING(100)<br>
|
||||
*/
|
||||
public static final String HIRE_DATE = "HIRE_DATE";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user