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