fix:试验结果打标签

This commit is contained in:
2026-02-12 10:19:02 +08:00
parent 8fd2498f5e
commit eea0a312e0

View File

@@ -51,6 +51,20 @@ public class ExperimentResultReq extends BaseReq {
@Schema(description = "文件")
private MultipartFile file;
@Schema(description = "字典标签查询列表,格式:['fileTypeDictClass','fileTypeDictValue','disciplineTypeDictClass','disciplineDictValue']")
private List<String> dictTags;
@Schema(description = "文件类型字典类")
private String fileTypeDictClass;
@Schema(description = "文件类型字典值")
private String fileTypeDictValue;
@Schema(description = "学科类型字典类")
private String disciplineTypeDictClass;
@Schema(description = "学科类型字典值")
private String disciplineDictValue;
/**
* ------------------------------------------------------------------------------------------------
*/