修改状态
This commit is contained in:
@@ -27,7 +27,7 @@ public interface QmsCommonConstant {
|
||||
String FAILURE = "failure";
|
||||
|
||||
/** 已失败 **/
|
||||
String FAILED = "failed";
|
||||
//String FAILED = "failed";
|
||||
|
||||
/** 正常 **/
|
||||
String NORMAL = "normal";
|
||||
@@ -41,15 +41,21 @@ public interface QmsCommonConstant {
|
||||
/** 进行中 **/
|
||||
String IN_PROGRESS = "in_progress";
|
||||
|
||||
/** 已保存 **/
|
||||
String SAVED = "saved";
|
||||
|
||||
/** 提交 **/
|
||||
String SUBMIT = "submit";
|
||||
|
||||
/** 已提交 **/
|
||||
String SUBMITTED = "submitted";
|
||||
//String SUBMITTED = "submitted";
|
||||
|
||||
/** 未开始 **/
|
||||
String NOT_START = "not_start";
|
||||
|
||||
/** 审核中 **/
|
||||
String RUNNING = "running";
|
||||
|
||||
/** 待处理 **/
|
||||
String PENDING = "pending";
|
||||
|
||||
@@ -77,6 +83,12 @@ public interface QmsCommonConstant {
|
||||
/** 已完成 **/
|
||||
String COMPLETED = "completed";
|
||||
|
||||
/** 分配任务 **/
|
||||
String TASK_ASSIGN = "task_assign";
|
||||
|
||||
/** 领取任务 **/
|
||||
String TASK_CLAIM = "task_claim";
|
||||
|
||||
/** 固定字段 **/
|
||||
String FIELD_FIXED = "field_fixed";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user