1,其它支付增加经销商名称
This commit is contained in:
parent
d6b550ef3c
commit
7b661eca14
@ -4420,6 +4420,7 @@
|
||||
<class name="VI_SPLITTING_PAY" label="" keyAttributes="">
|
||||
<attributes>
|
||||
<attribute name="distributor_id" label="distributor_id" type="STRING"/>
|
||||
<attribute name="distributor_name" label="distributor_name" type="STRING"/>
|
||||
<attribute name="contract_id" label="contract_id" type="STRING"/>
|
||||
<attribute name="contract_no" label="contract_no" type="STRING"/>
|
||||
<attribute name="customer_name" label="customer_name" type="STRING"/>
|
||||
|
||||
@ -18,6 +18,10 @@ public interface VI_SPLITTING_PAY{
|
||||
*/
|
||||
public static final String distributor_id = "distributor_id";
|
||||
/**
|
||||
* distributor_name STRING(20)<br>
|
||||
*/
|
||||
public static final String distributor_name = "distributor_name";
|
||||
/**
|
||||
* contract_id STRING(20)<br>
|
||||
*/
|
||||
public static final String contract_id = "contract_id";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user