package jbo.sys;
import java.lang.String;
/**
* 分类模型 - JBO命名常量类
* Note: This file is generated by ADE tools, dont modify it.
*/
public interface CLASSIFY_MODEL{
/**
* 分类模型
* 代表本类映射的BizObjectClass
*/
public static final String CLASS_NAME = "jbo.sys.CLASSIFY_MODEL";
/**
* 模板编号 STRING(32)
*/
public static final String MODELNO = "MODELNO";
/**
* 组编号 STRING(32)
*/
public static final String GROUPNO = "GROUPNO";
/**
* 条件编号 STRING(32)
*/
public static final String CONDITIONNO = "CONDITIONNO";
/**
* 状态 STRING(80)
*/
public static final String STATUS = "STATUS";
/**
* 后续状态 STRING(80)
*/
public static final String NEXTSTATUS = "NEXTSTATUS";
/**
* 后续动作 STRING(250)
*/
public static final String NEXTACTION = "NEXTACTION";
}