apzl_leasing/src_jbo/jbo/sys/MSG_SEND_RELATIVE.java
2019-12-20 19:23:48 +08:00

80 lines
1.8 KiB
Java

package jbo.sys;
import java.lang.String;
/**
* 短信发送关联表 - JBO命名常量类<br><br>
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
*/
public interface MSG_SEND_RELATIVE{
/**
* 短信发送关联表<br><br>
* 代表本类映射的BizObjectClass
*/
public static final String CLASS_NAME = "jbo.sys.MSG_SEND_RELATIVE";
/**
* 标识 STRING(32)<br>
*/
public static final String ID = "ID";
/**
* 合同编号 STRING(255)<br>
*/
public static final String CONTRACT_ID = "CONTRACT_ID";
/**
* 客户编号 STRING(255)<br>
*/
public static final String CUST_ID = "CUST_ID";
/**
* 短信发送编号 STRING(255)<br>
*/
public static final String SMS_ID = "SMS_ID";
/**
* 手机号 STRING(255)<br>
*/
public static final String PHONENUMBER = "PHONENUMBER";
/**
* 租金计划编号 STRING(255)<br>
*/
public static final String PLAN_ID = "PLAN_ID";
/**
* 期次 STRING(255)<br>
*/
public static final String PLAN_LIST = "PLAN_LIST";
/**
* 发送定时代理任务名 STRING(255)<br>
*/
public static final String MSG_SEND_JOBNAME = "MSG_SEND_JOBNAME";
/**
* 发送定时代理定时器名 STRING(255)<br>
*/
public static final String MSG_SEND_TRIGGERNAME = "MSG_SEND_TRIGGERNAME";
/**
* 短信类型 STRING(255)<br>
*/
public static final String MSG_TYPE = "MSG_TYPE";
/**
* 重要个人编号 STRING(32)<br>
*/
public static final String CUST_RELATED_PERSON_ID = "CUST_RELATED_PERSON_ID";
/**
* 登记人 STRING(32)<br>
*/
public static final String INPUTUSERID = "INPUTUSERID";
/**
* 登记部门 STRING(40)<br>
*/
public static final String INPUTORGID = "INPUTORGID";
/**
* 登记时间 STRING(40)<br>
*/
public static final String INPUTTIME = "INPUTTIME";
/**
* 修改人 STRING(32)<br>
*/
public static final String UPDATEUSERID = "UPDATEUSERID";
/**
* 修改时间 STRING(40)<br>
*/
public static final String UPDATETIME = "UPDATETIME";
}