mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-15 03:25:06 +08:00
【代码评审】工作流:获得审批的进展
This commit is contained in:
@ -13,6 +13,7 @@ import lombok.Getter;
|
||||
@Getter
|
||||
@AllArgsConstructor
|
||||
public enum BpmProcessNodeProgressEnum {
|
||||
|
||||
// 0 未开始
|
||||
NOT_START(0,"未开始"),
|
||||
// 1 ~ 20 进行中
|
||||
|
Reference in New Issue
Block a user