fix:编辑报告保存图片和指标

This commit is contained in:
2026-02-11 16:30:50 +08:00
parent ad8cd33121
commit b9fc75396c
3 changed files with 246 additions and 61 deletions

View File

@@ -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
/**