退运流程的基础文件提交

This commit is contained in:
2024-05-13 14:57:37 +08:00
parent 14fe1a7537
commit a8d229fe5d
11 changed files with 331 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ public class BpmModelParam implements Serializable {
@ApiModelProperty("流程描述")
private String description;
private Integer formType = 10;
private Integer formType;
@ApiModelProperty("表单提交路由")
private String formCustomCreatePath;