jbo添加管理
This commit is contained in:
parent
ae6a84b16f
commit
9a97253ddb
60
src_jbo/jbo/app/WECHAT_PROBLEM_GUIDE.java
Normal file
60
src_jbo/jbo/app/WECHAT_PROBLEM_GUIDE.java
Normal file
@ -0,0 +1,60 @@
|
||||
package jbo.app;
|
||||
|
||||
import java.lang.String;
|
||||
|
||||
/**
|
||||
* 微信问题指引 - JBO命名常量类<br><br>
|
||||
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
|
||||
|
||||
*/
|
||||
public interface WECHAT_PROBLEM_GUIDE{
|
||||
/**
|
||||
* 微信问题指引 <br><br>
|
||||
* 代表本类映射的BizObjectClass
|
||||
*/
|
||||
public static final String CLASS_NAME = "jbo.app.WECHAT_PROBLEM_GUIDE";
|
||||
/**
|
||||
* 唯一标识 STRING(32)<br>
|
||||
*/
|
||||
public static final String id = "id";
|
||||
/**
|
||||
* 排序 STRING(32)<br>
|
||||
*/
|
||||
public static final String PROBLEM_SORT = "PROBLEM_SORT";
|
||||
/**
|
||||
* 问题名称 STRING(65535)<br>
|
||||
*/
|
||||
public static final String PROBLEM_NAME = "PROBLEM_NAME";
|
||||
/**
|
||||
* 问题解答 STRING(65535)<br>
|
||||
*/
|
||||
public static final String PROBLEM_ANSWER = "PROBLEM_ANSWER";
|
||||
/**
|
||||
* Y表示启用,N表示不启用 STRING(3)<br>
|
||||
*/
|
||||
public static final String PROBLEM_STATUS = "PROBLEM_STATUS";
|
||||
/**
|
||||
* 登记人 STRING(32)<br>
|
||||
*/
|
||||
public static final String INPUTUSERID = "INPUTUSERID";
|
||||
/**
|
||||
* 登记部门 STRING(32)<br>
|
||||
*/
|
||||
public static final String INPUTORGID = "INPUTORGID";
|
||||
/**
|
||||
* 登记时间 STRING(32)<br>
|
||||
*/
|
||||
public static final String INPUTTIME = "INPUTTIME";
|
||||
/**
|
||||
* 变更人 STRING(32)<br>
|
||||
*/
|
||||
public static final String UPDATEUSERID = "UPDATEUSERID";
|
||||
/**
|
||||
* 变更部门 STRING(32)<br>
|
||||
*/
|
||||
public static final String UPDATEORGID = "UPDATEORGID";
|
||||
/**
|
||||
* 变更时间 STRING(32)<br>
|
||||
*/
|
||||
public static final String UPDATETIME = "UPDATETIME";
|
||||
}
|
||||
@ -1,88 +0,0 @@
|
||||
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 LB_PAYMENTRETURN_LOG{
|
||||
/**
|
||||
* <br><br>
|
||||
* 代表本类映射的BizObjectClass
|
||||
*/
|
||||
public static final String CLASS_NAME = "jbo.app.tenwa.calc.LB_PAYMENTRETURN_LOG";
|
||||
/**
|
||||
* 主键 STRING(32)<br>
|
||||
*/
|
||||
public static final String id = "id";
|
||||
/**
|
||||
* 合同编号 STRING(50)<br>
|
||||
*/
|
||||
public static final String contract_no = "contract_no";
|
||||
/**
|
||||
* 渠道 STRING(100)<br>
|
||||
*/
|
||||
public static final String distributor_name = "distributor_name";
|
||||
/**
|
||||
* 产品名称 STRING(100)<br>
|
||||
*/
|
||||
public static final String product_name = "product_name";
|
||||
/**
|
||||
* 客户名称 STRING(100)<br>
|
||||
*/
|
||||
public static final String person_name = "person_name";
|
||||
/**
|
||||
* 付款对象 STRING(100)<br>
|
||||
*/
|
||||
public static final String pay_object = "pay_object";
|
||||
/**
|
||||
* 付款金额 STRING(32)<br>
|
||||
*/
|
||||
public static final String pay_number = "pay_number";
|
||||
/**
|
||||
* 经销商SP银行 STRING(100)<br>
|
||||
*/
|
||||
public static final String distributor_bank_name = "distributor_bank_name";
|
||||
/**
|
||||
* 经销商SP银行账户 STRING(100)<br>
|
||||
*/
|
||||
public static final String distributor_Account_name = "distributor_Account_name";
|
||||
/**
|
||||
* 经销商SP银行账号 STRING(32)<br>
|
||||
*/
|
||||
public static final String distributor_bank_number = "distributor_bank_number";
|
||||
/**
|
||||
* 放款方式 STRING(32)<br>
|
||||
*/
|
||||
public static final String loan_type = "loan_type";
|
||||
/**
|
||||
* 登记人 STRING(32)<br>
|
||||
*/
|
||||
public static final String INPUTUSERID = "INPUTUSERID";
|
||||
/**
|
||||
* 登记部门 STRING(32)<br>
|
||||
*/
|
||||
public static final String INPUTORGID = "INPUTORGID";
|
||||
/**
|
||||
* 登记时间 STRING(32)<br>
|
||||
*/
|
||||
public static final String INPUTTIME = "INPUTTIME";
|
||||
/**
|
||||
* 更新人 STRING(32)<br>
|
||||
*/
|
||||
public static final String UPDATEUSERID = "UPDATEUSERID";
|
||||
/**
|
||||
* 更新部门 STRING(32)<br>
|
||||
*/
|
||||
public static final String UPDATEORGID = "UPDATEORGID";
|
||||
/**
|
||||
* 更新时间 STRING(32)<br>
|
||||
*/
|
||||
public static final String UPDATETIME = "UPDATETIME";
|
||||
/**
|
||||
* 登记人 STRING(50)<br>
|
||||
*/
|
||||
public static final String INPUTUSERNAME = "INPUTUSERNAME";
|
||||
}
|
||||
68
src_jbo/jbo/app/tenwa/calc/VI_LC_SPLITTING_PAY_LIST.java
Normal file
68
src_jbo/jbo/app/tenwa/calc/VI_LC_SPLITTING_PAY_LIST.java
Normal file
@ -0,0 +1,68 @@
|
||||
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_LC_SPLITTING_PAY_LIST{
|
||||
/**
|
||||
* <br><br>
|
||||
* 代表本类映射的BizObjectClass
|
||||
*/
|
||||
public static final String CLASS_NAME = "jbo.app.tenwa.calc.VI_LC_SPLITTING_PAY_LIST";
|
||||
/**
|
||||
* ID STRING(20)<br>
|
||||
*/
|
||||
public static final String ID = "ID";
|
||||
/**
|
||||
* distributor_name STRING(20)<br>
|
||||
*/
|
||||
public static final String distributor_name = "distributor_name";
|
||||
/**
|
||||
* contract_no STRING(20)<br>
|
||||
*/
|
||||
public static final String contract_no = "contract_no";
|
||||
/**
|
||||
* customername STRING(20)<br>
|
||||
*/
|
||||
public static final String customername = "customername";
|
||||
/**
|
||||
* plan_list STRING(20)<br>
|
||||
*/
|
||||
public static final String plan_list = "plan_list";
|
||||
/**
|
||||
* plan_date STRING(20)<br>
|
||||
*/
|
||||
public static final String plan_date = "plan_date";
|
||||
/**
|
||||
* rent STRING(20)<br>
|
||||
*/
|
||||
public static final String rent = "rent";
|
||||
/**
|
||||
* corpus STRING(20)<br>
|
||||
*/
|
||||
public static final String corpus = "corpus";
|
||||
/**
|
||||
* interest STRING(20)<br>
|
||||
*/
|
||||
public static final String interest = "interest";
|
||||
/**
|
||||
* corpus_sp STRING(20)<br>
|
||||
*/
|
||||
public static final String corpus_sp = "corpus_sp";
|
||||
/**
|
||||
* INTEREST_sp STRING(20)<br>
|
||||
*/
|
||||
public static final String INTEREST_sp = "INTEREST_sp";
|
||||
/**
|
||||
* splitting_status STRING(20)<br>
|
||||
*/
|
||||
public static final String splitting_status = "splitting_status";
|
||||
/**
|
||||
* 手续费费率类型 STRING(10)<br>
|
||||
*/
|
||||
public static final String CHARGE_WAY = "CHARGE_WAY";
|
||||
}
|
||||
44
src_jbo/jbo/com/tenwa/entity/comm/flow/LC_SPLITTING_PAY.java
Normal file
44
src_jbo/jbo/com/tenwa/entity/comm/flow/LC_SPLITTING_PAY.java
Normal file
@ -0,0 +1,44 @@
|
||||
package jbo.com.tenwa.entity.comm.flow;
|
||||
|
||||
import java.lang.String;
|
||||
|
||||
/**
|
||||
* - JBO命名常量类<br><br>
|
||||
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
|
||||
|
||||
*/
|
||||
public interface LC_SPLITTING_PAY{
|
||||
/**
|
||||
* <br><br>
|
||||
* 代表本类映射的BizObjectClass
|
||||
*/
|
||||
public static final String CLASS_NAME = "jbo.com.tenwa.entity.comm.flow.LC_SPLITTING_PAY";
|
||||
/**
|
||||
* id STRING(32)<br>
|
||||
*/
|
||||
public static final String id = "id";
|
||||
/**
|
||||
* 租金计划ID STRING(32)<br>
|
||||
*/
|
||||
public static final String plan_id = "plan_id";
|
||||
/**
|
||||
* 支付分润金额 DOUBLE(18)<br>
|
||||
*/
|
||||
public static final String splitting_money = "splitting_money";
|
||||
/**
|
||||
* 手续费费率 DOUBLE(18)<br>
|
||||
*/
|
||||
public static final String service_ratio = "service_ratio";
|
||||
/**
|
||||
* 手续费 DOUBLE(18)<br>
|
||||
*/
|
||||
public static final String service_money = "service_money";
|
||||
/**
|
||||
* 支付日期 STRING(20)<br>
|
||||
*/
|
||||
public static final String pay_date = "pay_date";
|
||||
/**
|
||||
* 输入时间 STRING(20)<br>
|
||||
*/
|
||||
public static final String inputtime = "inputtime";
|
||||
}
|
||||
@ -0,0 +1,48 @@
|
||||
package jbo.com.tenwa.entity.comm.flow;
|
||||
|
||||
import java.lang.String;
|
||||
|
||||
/**
|
||||
* - JBO命名常量类<br><br>
|
||||
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
|
||||
|
||||
*/
|
||||
public interface LC_SPLITTING_PAY_TEMP{
|
||||
/**
|
||||
* <br><br>
|
||||
* 代表本类映射的BizObjectClass
|
||||
*/
|
||||
public static final String CLASS_NAME = "jbo.com.tenwa.entity.comm.flow.LC_SPLITTING_PAY_TEMP";
|
||||
/**
|
||||
* id STRING(32)<br>
|
||||
*/
|
||||
public static final String id = "id";
|
||||
/**
|
||||
* 租金计划ID STRING(32)<br>
|
||||
*/
|
||||
public static final String plan_id = "plan_id";
|
||||
/**
|
||||
* 支付分润金额 DOUBLE(18)<br>
|
||||
*/
|
||||
public static final String splitting_money = "splitting_money";
|
||||
/**
|
||||
* 手续费费率 DOUBLE(18)<br>
|
||||
*/
|
||||
public static final String service_ratio = "service_ratio";
|
||||
/**
|
||||
* 手续费 DOUBLE(18)<br>
|
||||
*/
|
||||
public static final String service_money = "service_money";
|
||||
/**
|
||||
* 支付日期 STRING(20)<br>
|
||||
*/
|
||||
public static final String pay_date = "pay_date";
|
||||
/**
|
||||
* 流程Id STRING(32)<br>
|
||||
*/
|
||||
public static final String flowunid = "flowunid";
|
||||
/**
|
||||
* 输入时间 STRING(20)<br>
|
||||
*/
|
||||
public static final String inputtime = "inputtime";
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user