36 lines
802 B
Java
36 lines
802 B
Java
package jbo.awe;
|
|
|
|
import java.lang.String;
|
|
|
|
/**
|
|
* 站内信发送/关联用户 - JBO命名常量类<br><br>
|
|
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
|
|
|
|
*/
|
|
public interface AWE_MESSAGE_USER{
|
|
/**
|
|
* 站内信发送/关联用户<br><br>
|
|
* 代表本类映射的BizObjectClass
|
|
*/
|
|
public static final String CLASS_NAME = "jbo.awe.AWE_MESSAGE_USER";
|
|
/**
|
|
* 消息编号 STRING(32)<br>
|
|
*/
|
|
public static final String MESSAGEID = "MESSAGEID";
|
|
/**
|
|
* 发送用户 STRING(32)<br>
|
|
*/
|
|
public static final String USERID = "USERID";
|
|
/**
|
|
* 收到时间 STRING(100)<br>
|
|
*/
|
|
public static final String FIRSTSHOWTIME = "FIRSTSHOWTIME";
|
|
/**
|
|
* 读取时间 STRING(1048576)<br>
|
|
*/
|
|
public static final String READTIME = "READTIME";
|
|
/**
|
|
* 删除时间 STRING(20)<br>
|
|
*/
|
|
public static final String DELETETIME = "DELETETIME";
|
|
} |