60 lines
1.4 KiB
Java
60 lines
1.4 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 DEDUCTIONS_WAY{
|
|
/**
|
|
* 自动卡扣取消设置<br><br>
|
|
* 代表本类映射的BizObjectClass
|
|
*/
|
|
public static final String CLASS_NAME = "jbo.app.tenwa.customer.DEDUCTIONS_WAY";
|
|
/**
|
|
* 标识 STRING(32)<br>
|
|
*/
|
|
public static final String id = "id";
|
|
/**
|
|
* 渠道编号 STRING(200)<br>
|
|
*/
|
|
public static final String dealers_number = "dealers_number";
|
|
/**
|
|
* 渠道编码 STRING(32)<br>
|
|
*/
|
|
public static final String distributor_id = "distributor_id";
|
|
/**
|
|
* 渠道名称 STRING(200)<br>
|
|
*/
|
|
public static final String dealers_name = "dealers_name";
|
|
/**
|
|
* 是否启用 STRING(32)<br>
|
|
*/
|
|
public static final String Whether_to_enable = "Whether_to_enable";
|
|
/**
|
|
* 登记人 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";
|
|
} |