fix:数据查询优化
This commit is contained in:
@@ -36,4 +36,7 @@ public class CreateDirReq {
|
||||
|
||||
@Schema(description = "标签请求参数")
|
||||
private TagReq tagReq;
|
||||
|
||||
@Schema(description = "是否跳过权限校验,默认为false", requiredMode = Schema.RequiredMode.NOT_REQUIRED)
|
||||
private Boolean skipPermissionCheck = false;
|
||||
}
|
||||
@@ -42,6 +42,9 @@ public class GetSimulationTaskFileReq extends BaseReq {
|
||||
@Schema(description = "文件类型字典值")
|
||||
private String fileTypeDictValue;
|
||||
|
||||
@Schema(description = "二次搜索需要满足的第二类文件类型字典值 (1,2,3,4)")
|
||||
private String secondFileTypeDictValue;
|
||||
|
||||
@Schema(description = "学科类型字典类")
|
||||
private String disciplineTypeDictClass;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user