1.天津税控回租jbo修改
This commit is contained in:
parent
5a1dbab2c3
commit
47556b4cc5
@ -4390,6 +4390,7 @@
|
||||
<attribute name="hztzdh" label="hztzdh" type="STRING"/>
|
||||
<attribute name="liti_id" label="liti_id" type="STRING"/>
|
||||
<attribute name="mxxh" label="mxxh" type="STRING"/>
|
||||
<attribute name="tax_code" label="tax_code" type="STRING"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
@ -4422,8 +4423,10 @@
|
||||
<attributes>
|
||||
<attribute name="contract_id" label="contract_id" type="STRING"/>
|
||||
<attribute name="contract_no" label="contract_no" type="STRING"/>
|
||||
<attribute name="plan_list" label="plan_list" type="STRING"/>
|
||||
<attribute name="invoice_money" label="invoice_money" type="STRING"/>
|
||||
<attribute name="tax_type" label="tax_type" type="STRING"/>
|
||||
<attribute name="tax_no" label="tax_no" type="STRING"/>
|
||||
<attribute name="cert_id" label="cert_id" type="STRING"/>
|
||||
<attribute name="account" label="account" type="STRING"/>
|
||||
<attribute name="acc_number" label="acc_number" type="STRING"/>
|
||||
@ -4432,10 +4435,13 @@
|
||||
<attribute name="customer_type" label="customer_type" type="STRING"/>
|
||||
<attribute name="customer_name" label="customer_name" type="STRING"/>
|
||||
<attribute name="tax_ratio" label="tax_ratio" type="STRING"/>
|
||||
<attribute name="full_code" label="full_code" type="STRING"/>
|
||||
<attribute name="invoice_status" label="invoice_status" type="STRING"/>
|
||||
<attribute name="fpdm" label="fpdm" type="STRING"/>
|
||||
<attribute name="fphm" label="fphm" type="STRING"/>
|
||||
<attribute name="plan_list" label="plan_list" type="STRING"/>
|
||||
<attribute name="hztzdh" label="hztzdh" type="STRING"/>
|
||||
<attribute name="liti_id" label="liti_id" type="STRING"/>
|
||||
<attribute name="mxxh" label="mxxh" type="STRING"/>
|
||||
<attribute name="tax_code" label="tax_code" type="STRING"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
|
||||
@ -93,4 +93,8 @@ public interface VI_LI_INVOICE_TJ_GPS{
|
||||
* mxxh STRING(20)<br>
|
||||
*/
|
||||
public static final String mxxh = "mxxh";
|
||||
/**
|
||||
* tax_code STRING(20)<br>
|
||||
*/
|
||||
public static final String tax_code = "tax_code";
|
||||
}
|
||||
@ -22,6 +22,10 @@ public interface VI_LI_INVOICE_TJ_LEASEBACK{
|
||||
*/
|
||||
public static final String contract_no = "contract_no";
|
||||
/**
|
||||
* plan_list STRING(20)<br>
|
||||
*/
|
||||
public static final String plan_list = "plan_list";
|
||||
/**
|
||||
* invoice_money STRING(20)<br>
|
||||
*/
|
||||
public static final String invoice_money = "invoice_money";
|
||||
@ -30,6 +34,10 @@ public interface VI_LI_INVOICE_TJ_LEASEBACK{
|
||||
*/
|
||||
public static final String tax_type = "tax_type";
|
||||
/**
|
||||
* tax_no STRING(20)<br>
|
||||
*/
|
||||
public static final String tax_no = "tax_no";
|
||||
/**
|
||||
* cert_id STRING(20)<br>
|
||||
*/
|
||||
public static final String cert_id = "cert_id";
|
||||
@ -62,9 +70,9 @@ public interface VI_LI_INVOICE_TJ_LEASEBACK{
|
||||
*/
|
||||
public static final String tax_ratio = "tax_ratio";
|
||||
/**
|
||||
* full_code STRING(20)<br>
|
||||
* invoice_status STRING(20)<br>
|
||||
*/
|
||||
public static final String full_code = "full_code";
|
||||
public static final String invoice_status = "invoice_status";
|
||||
/**
|
||||
* fpdm STRING(20)<br>
|
||||
*/
|
||||
@ -74,7 +82,19 @@ public interface VI_LI_INVOICE_TJ_LEASEBACK{
|
||||
*/
|
||||
public static final String fphm = "fphm";
|
||||
/**
|
||||
* plan_list STRING(20)<br>
|
||||
* hztzdh STRING(20)<br>
|
||||
*/
|
||||
public static final String plan_list = "plan_list";
|
||||
public static final String hztzdh = "hztzdh";
|
||||
/**
|
||||
* liti_id STRING(20)<br>
|
||||
*/
|
||||
public static final String liti_id = "liti_id";
|
||||
/**
|
||||
* mxxh STRING(20)<br>
|
||||
*/
|
||||
public static final String mxxh = "mxxh";
|
||||
/**
|
||||
* tax_code STRING(20)<br>
|
||||
*/
|
||||
public static final String tax_code = "tax_code";
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user