修改仿真流程模版状态默认值

This commit is contained in:
daiqy88
2025-12-29 16:38:37 +08:00
parent 119286b17c
commit 862576ef0a

View File

@@ -14,7 +14,7 @@ public class GetFlowTemplateReq {
public String templateType;
public int templateStatus = -1;
public int templateStatus = -2;
public int approveType = -1;