fix:查询文件,支持过滤审批中文件
This commit is contained in:
@@ -53,4 +53,7 @@ public class QueryDirReq extends BaseReq {
|
||||
@Schema(description = "文件夹id")
|
||||
private Long dirId;
|
||||
|
||||
@Schema(description = "是否过滤审批中数据")
|
||||
private Boolean isFilterApproving = false;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user