72 lines
1.6 KiB
Java
72 lines
1.6 KiB
Java
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 LPOUNDAGE_MAINTENANCE{
|
|
/**
|
|
* 扣款渠道手续费率维护<br><br>
|
|
* 代表本类映射的BizObjectClass
|
|
*/
|
|
public static final String CLASS_NAME = "jbo.app.tenwa.customer.LPOUNDAGE_MAINTENANCE";
|
|
/**
|
|
* 标识 STRING(32)<br>
|
|
*/
|
|
public static final String id = "id";
|
|
/**
|
|
* 开始日期 STRING(32)<br>
|
|
*/
|
|
public static final String start_date = "start_date";
|
|
/**
|
|
* 终止日期 STRING(32)<br>
|
|
*/
|
|
public static final String expiry_date = "expiry_date";
|
|
/**
|
|
* 有效期 STRING(50)<br>
|
|
*/
|
|
public static final String validity_date = "validity_date";
|
|
/**
|
|
* 主体 STRING(50)<br>
|
|
*/
|
|
public static final String subject = "subject";
|
|
/**
|
|
* 扣款渠道 STRING(50)<br>
|
|
*/
|
|
public static final String charge_channel = "charge_channel";
|
|
/**
|
|
* 扣款方式 STRING(50)<br>
|
|
*/
|
|
public static final String charge_way = "charge_way";
|
|
/**
|
|
* 费率 STRING(50)<br>
|
|
*/
|
|
public static final String rate = "rate";
|
|
/**
|
|
* 登记人 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";
|
|
} |