故障保修 功能修改 审批 验收
This commit is contained in:
@@ -7,10 +7,11 @@ package com.lideeyunji.tool.framework.yunji.enums;
|
||||
public enum AcceptanceStatusEnum {
|
||||
|
||||
|
||||
UNTREATED(0, "未处理"),
|
||||
TREATED(1, "已处理"),
|
||||
PENDING(2, "待验收"),
|
||||
COMPLETED(3, "已完成"),
|
||||
UNTREATED(0, "待处理"),
|
||||
TREATED(1, "处理中"),
|
||||
COMPLETED(2, "已完成"),
|
||||
REJECTED(3, "不通过"),
|
||||
YSREJECTED(4, "验收不通过"),
|
||||
;
|
||||
|
||||
private final Integer type;
|
||||
|
||||
Reference in New Issue
Block a user