package jbo.guaranty; import java.lang.String; /** * APP SESSION - JBO命名常量类

* Note: This file is generated by ADE tools, dont modify it.
*/ public interface TOKEN_SESSION{ /** * APP SESSION

* 代表本类映射的BizObjectClass */ public static final String CLASS_NAME = "jbo.guaranty.TOKEN_SESSION"; /** * TOKEN STRING(255)
*/ public static final String TOKEN = "TOKEN"; /** * 用户识别号 STRING(32)
*/ public static final String USER_ID = "USER_ID"; /** * 设备识别号 STRING(255)
*/ public static final String DEV_ID = "DEV_ID"; /** * 设备系统类别 STRING(255)
*/ public static final String DEV_OS = "DEV_OS"; /** * 创建时间 STRING(40)
*/ public static final String CREATED = "CREATED"; /** * 更新时间 STRING(40)
*/ public static final String EXPIRE_IN = "EXPIRE_IN"; }