fix:编辑报告保存图片和指标
This commit is contained in:
@@ -72,6 +72,12 @@ public class UploadFilesReq {
|
||||
@Schema(description = "文件类型 1:模型文件 2:仿真报告 3:计算文件 4:曲线文件 5:云图文件", implementation = FileBizTypeEnum.class)
|
||||
private Integer fileType;
|
||||
|
||||
/**
|
||||
* 之前的预留tag字段,现在取tag1存储序号用来对生成任务报告里的图片排序
|
||||
*/
|
||||
@Schema(description = "排序号")
|
||||
private String tag1;
|
||||
|
||||
// ----------------------------------------------------------------
|
||||
// 很重要,用于设置标签,通过autoFillDictTags切面 ,设置dictTagIdsCache
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user