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

48 lines
1.0 KiB
Java

package jbo.app;
import java.lang.String;
/**
* app推送模板 - JBO命名常量类<br><br>
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
*/
public interface APP_PUSH_MESSAGE{
/**
* app推送模板<br><br>
* 代表本类映射的BizObjectClass
*/
public static final String CLASS_NAME = "jbo.app.APP_PUSH_MESSAGE";
/**
* 编号 STRING(100)<br>
*/
public static final String ID = "ID";
/**
* 用户编号 STRING(100)<br>
*/
public static final String USERID = "USERID";
/**
* 消息标题 STRING(4000)<br>
*/
public static final String title = "title";
/**
* 信息内容 STRING(4000)<br>
*/
public static final String MESSAGE_CONTENT = "MESSAGE_CONTENT";
/**
* 推送状态 STRING(1)<br>
*/
public static final String PUSH_TYPE = "PUSH_TYPE";
/**
* 推送结果 STRING(4000)<br>
*/
public static final String PUSH_RESULT = "PUSH_RESULT";
/**
* 推送时间 STRING(100)<br>
*/
public static final String PUSH_TS = "PUSH_TS";
/**
* 记录时间 STRING(100)<br>
*/
public static final String RECORD_TS = "RECORD_TS";
}