feat:删除项目文件夹接入审批流

refactor:重构文件审批流接入功能
This commit is contained in:
2026-01-22 17:59:18 +08:00
parent e104fb2ab8
commit 7175f8b7f1
5 changed files with 324 additions and 108 deletions

View File

@@ -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;
}