1.提交对应jbo
This commit is contained in:
parent
43c24bf0e6
commit
dc8307ba5a
@ -4439,5 +4439,75 @@
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
<class name="VI_LI_INVOICE_TJ_GPS" label="" keyAttributes="">
|
||||
<attributes>
|
||||
<attribute name="contract_id" label="contract_id" type="STRING"/>
|
||||
<attribute name="contract_no" label="contract_no" type="STRING"/>
|
||||
<attribute name="invoice_money" label="invoice_money" type="STRING"/>
|
||||
<attribute name="tax_type" label="tax_type" 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"/>
|
||||
<attribute name="bank_name" label="bank_name" type="STRING"/>
|
||||
<attribute name="telephone" label="telephone" type="STRING"/>
|
||||
<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="invoice_status" label="invoice_status" type="STRING"/>
|
||||
<attribute name="FPDM" label="FPDM" type="STRING"/>
|
||||
<attribute name="FPHM" label="FPHM" type="STRING"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="vi_li_invoice_tj_gps" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
<class name="VI_LI_INVOICE_TJ_LEASEDIRECT" label="" keyAttributes="">
|
||||
<attributes>
|
||||
<attribute name="contract_id" label="contract_id" type="STRING"/>
|
||||
<attribute name="contract_no" label="contract_no" type="STRING"/>
|
||||
<attribute name="invoice_money" label="invoice_money" type="STRING"/>
|
||||
<attribute name="tax_type" label="tax_type" 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"/>
|
||||
<attribute name="bank_name" label="bank_name" type="STRING"/>
|
||||
<attribute name="telephone" label="telephone" type="STRING"/>
|
||||
<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"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="vi_li_invoice_tj_leasedirect" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
<class name="VI_LI_INVOICE_TJ_LEASEBACK" label="" keyAttributes="">
|
||||
<attributes>
|
||||
<attribute name="contract_id" label="contract_id" type="STRING"/>
|
||||
<attribute name="contract_no" label="contract_no" type="STRING"/>
|
||||
<attribute name="invoice_money" label="invoice_money" type="STRING"/>
|
||||
<attribute name="tax_type" label="tax_type" 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"/>
|
||||
<attribute name="bank_name" label="bank_name" type="STRING"/>
|
||||
<attribute name="telephone" label="telephone" type="STRING"/>
|
||||
<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="fpdm" label="fpdm" type="STRING"/>
|
||||
<attribute name="fphm" label="fphm" type="STRING"/>
|
||||
<attribute name="plan_list" label="plan_list" type="STRING"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="vi_li_invoice_tj_leaseback" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
</package>
|
||||
</jbo>
|
||||
|
||||
76
src_jbo/jbo/app/tenwa/calc/VI_LI_INVOICE_TJ_GPS.java
Normal file
76
src_jbo/jbo/app/tenwa/calc/VI_LI_INVOICE_TJ_GPS.java
Normal file
@ -0,0 +1,76 @@
|
||||
package jbo.app.tenwa.calc;
|
||||
|
||||
import java.lang.String;
|
||||
|
||||
/**
|
||||
* - JBO命名常量类<br><br>
|
||||
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
|
||||
|
||||
*/
|
||||
public interface VI_LI_INVOICE_TJ_GPS{
|
||||
/**
|
||||
* <br><br>
|
||||
* 代表本类映射的BizObjectClass
|
||||
*/
|
||||
public static final String CLASS_NAME = "jbo.app.tenwa.calc.VI_LI_INVOICE_TJ_GPS";
|
||||
/**
|
||||
* contract_id STRING(20)<br>
|
||||
*/
|
||||
public static final String contract_id = "contract_id";
|
||||
/**
|
||||
* contract_no STRING(20)<br>
|
||||
*/
|
||||
public static final String contract_no = "contract_no";
|
||||
/**
|
||||
* invoice_money STRING(20)<br>
|
||||
*/
|
||||
public static final String invoice_money = "invoice_money";
|
||||
/**
|
||||
* tax_type STRING(20)<br>
|
||||
*/
|
||||
public static final String tax_type = "tax_type";
|
||||
/**
|
||||
* cert_id STRING(20)<br>
|
||||
*/
|
||||
public static final String cert_id = "cert_id";
|
||||
/**
|
||||
* account STRING(20)<br>
|
||||
*/
|
||||
public static final String account = "account";
|
||||
/**
|
||||
* acc_number STRING(20)<br>
|
||||
*/
|
||||
public static final String acc_number = "acc_number";
|
||||
/**
|
||||
* bank_name STRING(20)<br>
|
||||
*/
|
||||
public static final String bank_name = "bank_name";
|
||||
/**
|
||||
* telephone STRING(20)<br>
|
||||
*/
|
||||
public static final String telephone = "telephone";
|
||||
/**
|
||||
* customer_type STRING(20)<br>
|
||||
*/
|
||||
public static final String customer_type = "customer_type";
|
||||
/**
|
||||
* customer_name STRING(20)<br>
|
||||
*/
|
||||
public static final String customer_name = "customer_name";
|
||||
/**
|
||||
* tax_ratio STRING(20)<br>
|
||||
*/
|
||||
public static final String tax_ratio = "tax_ratio";
|
||||
/**
|
||||
* invoice_status STRING(20)<br>
|
||||
*/
|
||||
public static final String invoice_status = "invoice_status";
|
||||
/**
|
||||
* FPDM STRING(20)<br>
|
||||
*/
|
||||
public static final String FPDM = "FPDM";
|
||||
/**
|
||||
* FPHM STRING(20)<br>
|
||||
*/
|
||||
public static final String FPHM = "FPHM";
|
||||
}
|
||||
80
src_jbo/jbo/app/tenwa/calc/VI_LI_INVOICE_TJ_LEASEBACK.java
Normal file
80
src_jbo/jbo/app/tenwa/calc/VI_LI_INVOICE_TJ_LEASEBACK.java
Normal file
@ -0,0 +1,80 @@
|
||||
package jbo.app.tenwa.calc;
|
||||
|
||||
import java.lang.String;
|
||||
|
||||
/**
|
||||
* - JBO命名常量类<br><br>
|
||||
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
|
||||
|
||||
*/
|
||||
public interface VI_LI_INVOICE_TJ_LEASEBACK{
|
||||
/**
|
||||
* <br><br>
|
||||
* 代表本类映射的BizObjectClass
|
||||
*/
|
||||
public static final String CLASS_NAME = "jbo.app.tenwa.calc.VI_LI_INVOICE_TJ_LEASEBACK";
|
||||
/**
|
||||
* contract_id STRING(20)<br>
|
||||
*/
|
||||
public static final String contract_id = "contract_id";
|
||||
/**
|
||||
* contract_no STRING(20)<br>
|
||||
*/
|
||||
public static final String contract_no = "contract_no";
|
||||
/**
|
||||
* invoice_money STRING(20)<br>
|
||||
*/
|
||||
public static final String invoice_money = "invoice_money";
|
||||
/**
|
||||
* tax_type STRING(20)<br>
|
||||
*/
|
||||
public static final String tax_type = "tax_type";
|
||||
/**
|
||||
* cert_id STRING(20)<br>
|
||||
*/
|
||||
public static final String cert_id = "cert_id";
|
||||
/**
|
||||
* account STRING(20)<br>
|
||||
*/
|
||||
public static final String account = "account";
|
||||
/**
|
||||
* acc_number STRING(20)<br>
|
||||
*/
|
||||
public static final String acc_number = "acc_number";
|
||||
/**
|
||||
* bank_name STRING(20)<br>
|
||||
*/
|
||||
public static final String bank_name = "bank_name";
|
||||
/**
|
||||
* telephone STRING(20)<br>
|
||||
*/
|
||||
public static final String telephone = "telephone";
|
||||
/**
|
||||
* customer_type STRING(20)<br>
|
||||
*/
|
||||
public static final String customer_type = "customer_type";
|
||||
/**
|
||||
* customer_name STRING(20)<br>
|
||||
*/
|
||||
public static final String customer_name = "customer_name";
|
||||
/**
|
||||
* tax_ratio STRING(20)<br>
|
||||
*/
|
||||
public static final String tax_ratio = "tax_ratio";
|
||||
/**
|
||||
* full_code STRING(20)<br>
|
||||
*/
|
||||
public static final String full_code = "full_code";
|
||||
/**
|
||||
* fpdm STRING(20)<br>
|
||||
*/
|
||||
public static final String fpdm = "fpdm";
|
||||
/**
|
||||
* fphm STRING(20)<br>
|
||||
*/
|
||||
public static final String fphm = "fphm";
|
||||
/**
|
||||
* plan_list STRING(20)<br>
|
||||
*/
|
||||
public static final String plan_list = "plan_list";
|
||||
}
|
||||
64
src_jbo/jbo/app/tenwa/calc/VI_LI_INVOICE_TJ_LEASEDIRECT.java
Normal file
64
src_jbo/jbo/app/tenwa/calc/VI_LI_INVOICE_TJ_LEASEDIRECT.java
Normal file
@ -0,0 +1,64 @@
|
||||
package jbo.app.tenwa.calc;
|
||||
|
||||
import java.lang.String;
|
||||
|
||||
/**
|
||||
* - JBO命名常量类<br><br>
|
||||
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
|
||||
|
||||
*/
|
||||
public interface VI_LI_INVOICE_TJ_LEASEDIRECT{
|
||||
/**
|
||||
* <br><br>
|
||||
* 代表本类映射的BizObjectClass
|
||||
*/
|
||||
public static final String CLASS_NAME = "jbo.app.tenwa.calc.VI_LI_INVOICE_TJ_LEASEDIRECT";
|
||||
/**
|
||||
* contract_id STRING(20)<br>
|
||||
*/
|
||||
public static final String contract_id = "contract_id";
|
||||
/**
|
||||
* contract_no STRING(20)<br>
|
||||
*/
|
||||
public static final String contract_no = "contract_no";
|
||||
/**
|
||||
* invoice_money STRING(20)<br>
|
||||
*/
|
||||
public static final String invoice_money = "invoice_money";
|
||||
/**
|
||||
* tax_type STRING(20)<br>
|
||||
*/
|
||||
public static final String tax_type = "tax_type";
|
||||
/**
|
||||
* cert_id STRING(20)<br>
|
||||
*/
|
||||
public static final String cert_id = "cert_id";
|
||||
/**
|
||||
* account STRING(20)<br>
|
||||
*/
|
||||
public static final String account = "account";
|
||||
/**
|
||||
* acc_number STRING(20)<br>
|
||||
*/
|
||||
public static final String acc_number = "acc_number";
|
||||
/**
|
||||
* bank_name STRING(20)<br>
|
||||
*/
|
||||
public static final String bank_name = "bank_name";
|
||||
/**
|
||||
* telephone STRING(20)<br>
|
||||
*/
|
||||
public static final String telephone = "telephone";
|
||||
/**
|
||||
* customer_type STRING(20)<br>
|
||||
*/
|
||||
public static final String customer_type = "customer_type";
|
||||
/**
|
||||
* customer_name STRING(20)<br>
|
||||
*/
|
||||
public static final String customer_name = "customer_name";
|
||||
/**
|
||||
* tax_ratio STRING(20)<br>
|
||||
*/
|
||||
public static final String tax_ratio = "tax_ratio";
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user