Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
dhb52
2024-04-08 22:33:39 +08:00
329 changed files with 5183 additions and 3756 deletions

View File

@ -11,7 +11,7 @@ import lombok.Getter;
*/
@Getter
@AllArgsConstructor
public enum BpmTaskStatustEnum {
public enum BpmTaskStatusEnum {
RUNNING(1, "审批中"),
APPROVE(2, "审批通过"),