apzl_leasing/src_jbo/jbo/oti/SMS_RPT.java
zhanglei@ap-leasing.com.cn 8701e6c89e 切换移动梦网短信平台
2023-07-27 16:35:41 +08:00

84 lines
1.8 KiB
Java
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package jbo.oti;
import java.lang.String;
/**
* 短信状态推送记录表 - JBO命名常量类<br><br>
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
*/
public interface SMS_RPT{
/**
* 短信状态推送记录表<br><br>
* 代表本类映射的BizObjectClass
*/
public static final String CLASS_NAME = "jbo.oti.SMS_RPT";
/**
* 唯一标识 LONG(64)<br>
*/
public static final String MSGID = "MSGID";
/**
* 自定义流水号 STRING(50)<br>
*/
public static final String CUSTID = "CUSTID";
/**
* 当前条数 INT(32)<br>
*/
public static final String PKNUM = "PKNUM";
/**
* 总条数 INT(32)<br>
*/
public static final String PKTOTAL = "PKTOTAL";
/**
* 手机号 STRING(15)<br>
*/
public static final String MOBILE = "MOBILE";
/**
* 手机号国际区号 INT(10)<br>
*/
public static final String COUNTRYCODE = "COUNTRYCODE";
/**
* 完整的通道号 STRING(32)<br>
*/
public static final String SPNO = "SPNO";
/**
* 下行时填写的exno STRING(32)<br>
*/
public static final String EXNO = "EXNO";
/**
* 下行发送时间 STRING(32)<br>
*/
public static final String STIME = "STIME";
/**
* 状态报告返回时间 STRING(32)<br>
*/
public static final String RTIME = "RTIME";
/**
* 接收状态0成功非0失败 INT(20)<br>
*/
public static final String STATUS = "STATUS";
/**
* 状态报告错误代码 STRING(32)<br>
*/
public static final String ERRCODE = "ERRCODE";
/**
* 状态报告错误代码的描述 STRING(50)<br>
*/
public static final String ERRDESC = "ERRDESC";
/**
* 下行时填写的exdata STRING(32)<br>
*/
public static final String EXDATA = "EXDATA";
/**
* 短信类型 STRING(32)<br>
*/
public static final String SMSTYPE = "SMSTYPE";
/**
* 状态报告类型 STRING(32)<br>
*/
public static final String RPTTYPE = "RPTTYPE";
/**
* 请求消息流水号 INT(32)<br>
*/
public static final String SEQID = "SEQID";
}