package jbo.sys;
import java.lang.String;
/**
* 权限表 - JBO命名常量类
* Note: This file is generated by ADE tools, dont modify it.
*/
public interface RIGHT_INFO{
/**
* 权限表
* 代表本类映射的BizObjectClass
*/
public static final String CLASS_NAME = "jbo.sys.RIGHT_INFO";
/**
* RIGHTID STRING(80)
*/
public static final String RIGHTID = "RIGHTID";
/**
* 权限名称 STRING(80)
*/
public static final String RIGHTNAME = "RIGHTNAME";
/**
* 权限描述 STRING(250)
*/
public static final String RIGHTDESCRIBE = "RIGHTDESCRIBE";
/**
* 权限状态 STRING(80)
*/
public static final String RIGHTSTATUS = "RIGHTSTATUS";
/**
* 登记人 STRING(32)
*/
public static final String INPUTUSER = "INPUTUSER";
/**
* 登记机构 STRING(32)
*/
public static final String INPUTORG = "INPUTORG";
/**
* 登记时间 STRING(20)
*/
public static final String INPUTTIME = "INPUTTIME";
/**
* 更新人 STRING(32)
*/
public static final String UPDATEUSER = "UPDATEUSER";
/**
* 更新时间 STRING(20)
*/
public static final String UPDATETIME = "UPDATETIME";
/**
* 备注 STRING(250)
*/
public static final String REMARK = "REMARK";
}