fix:封装标签查询

This commit is contained in:
2026-02-04 17:10:50 +08:00
parent e0c52e0507
commit a50cc19463

View File

@@ -61,6 +61,7 @@ public class BaseResp {
// 很重要,用于设置标签
@Schema(description = "文件类型字典类")
private String fileTypeDictClass;
@Schema(description = "文件类型字典值")
private String fileTypeDictValue;