feat:删除项目文件夹接入审批流
refactor:重构文件审批流接入功能
This commit is contained in:
@@ -25,4 +25,10 @@ public class DelDirReq {
|
||||
@Schema(description = "路径类型: 0相对路径,1绝对路径", defaultValue = "0")
|
||||
private Integer type = 0;
|
||||
|
||||
@Schema(description = "审批模板ID")
|
||||
private String templateId;
|
||||
|
||||
@Schema(description = "审批模板名称")
|
||||
private String templateName;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user