故障保修 功能修改 审批 验收

This commit is contained in:
shih
2026-04-16 16:20:01 +08:00
parent 74c6e749f2
commit f65019927b
12 changed files with 309 additions and 132 deletions

View File

@@ -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;