fix:试验结果打标签
This commit is contained in:
@@ -51,6 +51,20 @@ public class ExperimentResultReq extends BaseReq {
|
|||||||
@Schema(description = "文件")
|
@Schema(description = "文件")
|
||||||
private MultipartFile file;
|
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;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------------------------------
|
* ------------------------------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user