fix:查询文件,支持过滤审批中文件

This commit is contained in:
2026-03-17 16:50:16 +08:00
parent 6fda96ade5
commit ade8dcc642
2 changed files with 12 additions and 5 deletions

View File

@@ -53,4 +53,7 @@ public class QueryDirReq extends BaseReq {
@Schema(description = "文件夹id")
private Long dirId;
@Schema(description = "是否过滤审批中数据")
private Boolean isFilterApproving = false;
}