1.提交对应JBO
This commit is contained in:
parent
adc8b45f91
commit
ab9ccf0951
@ -229,4 +229,12 @@ public interface LC_FUND_INCOME{
|
||||
* ±£Ö¤½ðµÖ¿Û±àºÅ STRING(32)<br>
|
||||
*/
|
||||
public static final String DEDUCTION_ID = "DEDUCTION_ID";
|
||||
/**
|
||||
* 发票代码 STRING(10)<br>
|
||||
*/
|
||||
public static final String FPDM = "FPDM";
|
||||
/**
|
||||
* 发票号码 STRING(10)<br>
|
||||
*/
|
||||
public static final String FPHM = "FPHM";
|
||||
}
|
||||
@ -241,4 +241,12 @@ public interface LC_FUND_INCOME_TEMP{
|
||||
* ±£Ö¤½ðµÖ¿Û±àºÅ STRING(32)<br>
|
||||
*/
|
||||
public static final String DEDUCTION_ID = "DEDUCTION_ID";
|
||||
/**
|
||||
* 发票代码 STRING(10)<br>
|
||||
*/
|
||||
public static final String FPDM = "FPDM";
|
||||
/**
|
||||
* 发票号码 STRING(10)<br>
|
||||
*/
|
||||
public static final String FPHM = "FPHM";
|
||||
}
|
||||
@ -209,4 +209,28 @@ public interface LC_RENT_INCOME{
|
||||
* 手续费方式 STRING(10)<br>
|
||||
*/
|
||||
public static final String CHARGE_WAY = "CHARGE_WAY";
|
||||
/**
|
||||
* 发票代码 STRING(10)<br>
|
||||
*/
|
||||
public static final String RENT_FPDM = "RENT_FPDM";
|
||||
/**
|
||||
* 发票号码 STRING(10)<br>
|
||||
*/
|
||||
public static final String RENT_FPHM = "RENT_FPHM";
|
||||
/**
|
||||
* 发票代码 STRING(10)<br>
|
||||
*/
|
||||
public static final String INTEREST_FPDM = "INTEREST_FPDM";
|
||||
/**
|
||||
* 发票号码 STRING(10)<br>
|
||||
*/
|
||||
public static final String INTEREST_FPHM = "INTEREST_FPHM";
|
||||
/**
|
||||
* 发票代码 STRING(10)<br>
|
||||
*/
|
||||
public static final String PENALTY_FPDM = "PENALTY_FPDM";
|
||||
/**
|
||||
* 发票号码 STRING(10)<br>
|
||||
*/
|
||||
public static final String PENALTY_FPHM = "PENALTY_FPHM";
|
||||
}
|
||||
@ -217,4 +217,28 @@ public interface LC_RENT_INCOME_TEMP{
|
||||
* 手续费方式 STRING(10)<br>
|
||||
*/
|
||||
public static final String CHARGE_WAY = "CHARGE_WAY";
|
||||
/**
|
||||
* 发票代码 STRING(10)<br>
|
||||
*/
|
||||
public static final String RENT_FPDM = "RENT_FPDM";
|
||||
/**
|
||||
* 发票号码 STRING(10)<br>
|
||||
*/
|
||||
public static final String RENT_FPHM = "RENT_FPHM";
|
||||
/**
|
||||
* 发票代码 STRING(10)<br>
|
||||
*/
|
||||
public static final String INTEREST_FPDM = "INTEREST_FPDM";
|
||||
/**
|
||||
* 发票号码 STRING(10)<br>
|
||||
*/
|
||||
public static final String INTEREST_FPHM = "INTEREST_FPHM";
|
||||
/**
|
||||
* 发票代码 STRING(10)<br>
|
||||
*/
|
||||
public static final String PENALTY_FPDM = "PENALTY_FPDM";
|
||||
/**
|
||||
* 发票号码 STRING(10)<br>
|
||||
*/
|
||||
public static final String PENALTY_FPHM = "PENALTY_FPHM";
|
||||
}
|
||||
36
src_jbo/jbo/app/tenwa/calc/TAX_CODE_INFO.java
Normal file
36
src_jbo/jbo/app/tenwa/calc/TAX_CODE_INFO.java
Normal file
@ -0,0 +1,36 @@
|
||||
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 TAX_CODE_INFO{
|
||||
/**
|
||||
* <br><br>
|
||||
* 代表本类映射的BizObjectClass
|
||||
*/
|
||||
public static final String CLASS_NAME = "jbo.app.tenwa.calc.TAX_CODE_INFO";
|
||||
/**
|
||||
* id STRING(20)<br>
|
||||
*/
|
||||
public static final String id = "id";
|
||||
/**
|
||||
* 编码 STRING(20)<br>
|
||||
*/
|
||||
public static final String code = "code";
|
||||
/**
|
||||
* 合并编码 STRING(20)<br>
|
||||
*/
|
||||
public static final String full_code = "full_code";
|
||||
/**
|
||||
* 名称 STRING(20)<br>
|
||||
*/
|
||||
public static final String tax_type = "tax_type";
|
||||
/**
|
||||
* 简称 STRING(20)<br>
|
||||
*/
|
||||
public static final String remark = "remark";
|
||||
}
|
||||
36
src_jbo/jbo/app/tenwa/calc/TAX_OPERATOR_INFO.java
Normal file
36
src_jbo/jbo/app/tenwa/calc/TAX_OPERATOR_INFO.java
Normal file
@ -0,0 +1,36 @@
|
||||
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 TAX_OPERATOR_INFO{
|
||||
/**
|
||||
* <br><br>
|
||||
* 代表本类映射的BizObjectClass
|
||||
*/
|
||||
public static final String CLASS_NAME = "jbo.app.tenwa.calc.TAX_OPERATOR_INFO";
|
||||
/**
|
||||
* id STRING(20)<br>
|
||||
*/
|
||||
public static final String id = "id";
|
||||
/**
|
||||
* 开票人 STRING(20)<br>
|
||||
*/
|
||||
public static final String tax_creator = "tax_creator";
|
||||
/**
|
||||
* 复核人 STRING(20)<br>
|
||||
*/
|
||||
public static final String tax_checker = "tax_checker";
|
||||
/**
|
||||
* 收款人 STRING(20)<br>
|
||||
*/
|
||||
public static final String Payee = "Payee";
|
||||
/**
|
||||
* 是否启用 STRING(20)<br>
|
||||
*/
|
||||
public static final String is_use = "is_use";
|
||||
}
|
||||
104
src_jbo/jbo/app/tenwa/customer/LC_OVERDUE_RENT_PLAN.java
Normal file
104
src_jbo/jbo/app/tenwa/customer/LC_OVERDUE_RENT_PLAN.java
Normal file
@ -0,0 +1,104 @@
|
||||
package jbo.app.tenwa.customer;
|
||||
|
||||
import java.lang.String;
|
||||
|
||||
/**
|
||||
* - JBO命名常量类<br><br>
|
||||
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
|
||||
|
||||
*/
|
||||
public interface LC_OVERDUE_RENT_PLAN{
|
||||
/**
|
||||
* <br><br>
|
||||
* 代表本类映射的BizObjectClass
|
||||
*/
|
||||
public static final String CLASS_NAME = "jbo.app.tenwa.customer.LC_OVERDUE_RENT_PLAN";
|
||||
/**
|
||||
* ID STRING(96)<br>
|
||||
*/
|
||||
public static final String ID = "ID";
|
||||
/**
|
||||
* QUOT_ID STRING(96)<br>
|
||||
*/
|
||||
public static final String QUOT_ID = "QUOT_ID";
|
||||
/**
|
||||
* CUST_ID STRING(96)<br>
|
||||
*/
|
||||
public static final String CUST_ID = "CUST_ID";
|
||||
/**
|
||||
* PROJECT_ID STRING(96)<br>
|
||||
*/
|
||||
public static final String PROJECT_ID = "PROJECT_ID";
|
||||
/**
|
||||
* PROJECT_PLAN_NUMBER STRING(96)<br>
|
||||
*/
|
||||
public static final String PROJECT_PLAN_NUMBER = "PROJECT_PLAN_NUMBER";
|
||||
/**
|
||||
* CONTRACT_ID STRING(96)<br>
|
||||
*/
|
||||
public static final String CONTRACT_ID = "CONTRACT_ID";
|
||||
/**
|
||||
* CONTRACT_PLAN_NUMBER STRING(96)<br>
|
||||
*/
|
||||
public static final String CONTRACT_PLAN_NUMBER = "CONTRACT_PLAN_NUMBER";
|
||||
/**
|
||||
* PAYMENT_NUMBER STRING(96)<br>
|
||||
*/
|
||||
public static final String PAYMENT_NUMBER = "PAYMENT_NUMBER";
|
||||
/**
|
||||
* PLAN_LIST STRING(60)<br>
|
||||
*/
|
||||
public static final String PLAN_LIST = "PLAN_LIST";
|
||||
/**
|
||||
* PLAN_DATE STRING(60)<br>
|
||||
*/
|
||||
public static final String PLAN_DATE = "PLAN_DATE";
|
||||
/**
|
||||
* RENT STRING(60)<br>
|
||||
*/
|
||||
public static final String RENT = "RENT";
|
||||
/**
|
||||
* CORPUS STRING(60)<br>
|
||||
*/
|
||||
public static final String CORPUS = "CORPUS";
|
||||
/**
|
||||
* HIRE_DATE STRING(60)<br>
|
||||
*/
|
||||
public static final String HIRE_DATE = "HIRE_DATE";
|
||||
/**
|
||||
* fact_rent STRING(60)<br>
|
||||
*/
|
||||
public static final String fact_rent = "fact_rent";
|
||||
/**
|
||||
* fact_corpus STRING(60)<br>
|
||||
*/
|
||||
public static final String fact_corpus = "fact_corpus";
|
||||
/**
|
||||
* fact_penalty STRING(60)<br>
|
||||
*/
|
||||
public static final String fact_penalty = "fact_penalty";
|
||||
/**
|
||||
* overduerent STRING(60)<br>
|
||||
*/
|
||||
public static final String overduerent = "overduerent";
|
||||
/**
|
||||
* overinterest STRING(60)<br>
|
||||
*/
|
||||
public static final String overinterest = "overinterest";
|
||||
/**
|
||||
* penalty STRING(60)<br>
|
||||
*/
|
||||
public static final String penalty = "penalty";
|
||||
/**
|
||||
* Overdue_days STRING(60)<br>
|
||||
*/
|
||||
public static final String Overdue_days = "Overdue_days";
|
||||
/**
|
||||
* PLAN_STATUS STRING(60)<br>
|
||||
*/
|
||||
public static final String PLAN_STATUS = "PLAN_STATUS";
|
||||
/**
|
||||
* inputtime STRING(60)<br>
|
||||
*/
|
||||
public static final String inputtime = "inputtime";
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user