1,其它支付增加经销商名称

This commit is contained in:
zhangbb 2020-09-21 19:31:09 +08:00
parent d6b550ef3c
commit 7b661eca14
2 changed files with 5 additions and 0 deletions

View File

@ -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"/>

View File

@ -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";