【代码评审】Bpm:更多设置-自动去重(审批)

This commit is contained in:
YunaiV
2025-01-21 09:37:38 +08:00
parent c55f77f001
commit ca1d9e6896
4 changed files with 21 additions and 19 deletions

View File

@@ -15,6 +15,7 @@ import java.util.Arrays;
@AllArgsConstructor
public enum BpmAutoApproveType implements IntArrayValuable {
// TODO @lesan0、1、/2 会不会好理解一点哈。
NONE(1, "不自动通过"),
APPROVE_ALL(2, "仅审批一次,后续重复的审批节点均自动通过"),
APPROVE_SEQUENT(3, "仅针对连续审批的节点自动通过");