package jbo.sys;
import java.lang.String;
/**
* 已结束流程任务 - JBO命名常量类
* Note: This file is generated by ADE tools, dont modify it.
*/
public interface FLOW_TASK_CLOSED{
/**
* 已结束流程任务
* 代表本类映射的BizObjectClass
*/
public static final String CLASS_NAME = "jbo.sys.FLOW_TASK_CLOSED";
/**
* 流水号 STRING(32)
*/
public static final String SERIALNO = "SERIALNO";
/**
* 对象编号 STRING(32)
*/
public static final String OBJECTNO = "OBJECTNO";
/**
* 对象类型 STRING(18)
*/
public static final String OBJECTTYPE = "OBJECTTYPE";
/**
* 上一流水号 STRING(32)
*/
public static final String RELATIVESERIALNO = "RELATIVESERIALNO";
/**
* 流程编号 STRING(32)
*/
public static final String FLOWNO = "FLOWNO";
/**
* 流程名称 STRING(80)
*/
public static final String FLOWNAME = "FLOWNAME";
/**
* 阶段编号 STRING(32)
*/
public static final String PHASENO = "PHASENO";
/**
* 阶段名称 STRING(80)
*/
public static final String PHASENAME = "PHASENAME";
/**
* 阶段类型 STRING(18)
*/
public static final String PHASETYPE = "PHASETYPE";
/**
* 申请类型 STRING(18)
*/
public static final String APPLYTYPE = "APPLYTYPE";
/**
* 承办人编号 STRING(32)
*/
public static final String USERID = "USERID";
/**
* 承办人姓名 STRING(80)
*/
public static final String USERNAME = "USERNAME";
/**
* 承办机构编号 STRING(32)
*/
public static final String ORGID = "ORGID";
/**
* 承办机构名称 STRING(80)
*/
public static final String ORGNAME = "ORGNAME";
/**
* 开始执行时间 STRING(20)
*/
public static final String BEGINTIME = "BEGINTIME";
/**
* 完成执行时间 STRING(20)
*/
public static final String ENDTIME = "ENDTIME";
/**
* 阶段意见 STRING(80)
*/
public static final String PHASECHOICE = "PHASECHOICE";
/**
* 阶段动作 STRING(250)
*/
public static final String PHASEACTION = "PHASEACTION";
/**
* 意见详情 STRING(1600)
*/
public static final String PHASEOPINION = "PHASEOPINION";
/**
* 意见详情1 STRING(18)
*/
public static final String PHASEOPINION1 = "PHASEOPINION1";
/**
* 意见详情2 STRING(250)
*/
public static final String PHASEOPINION2 = "PHASEOPINION2";
/**
* 意见详情3 STRING(250)
*/
public static final String PHASEOPINION3 = "PHASEOPINION3";
/**
* 意见详情4 STRING(250)
*/
public static final String PHASEOPINION4 = "PHASEOPINION4";
}