【代码评审】工作流:审批详情新接口的 review

This commit is contained in:
YunaiV
2024-10-03 11:10:14 +08:00
parent abea0edf23
commit 61549f13c0
11 changed files with 17 additions and 25 deletions

View File

@ -15,6 +15,7 @@ import java.util.Arrays;
@Getter
@AllArgsConstructor
public enum BpmProcessInstanceStatusEnum implements IntArrayValuable {
NOT_START(-1, "未开始"),
RUNNING(1, "审批中"),
APPROVE(2, "审批通过"),