fix:优化数据标签
This commit is contained in:
@@ -11,48 +11,18 @@ public class BaseResp {
|
||||
@Schema(description = "格式化后的文件大小")
|
||||
private String formatFileSize;
|
||||
|
||||
@Schema(description = "所属项目")
|
||||
String ownProjectName;
|
||||
|
||||
@Schema(description = "所属项目id")
|
||||
private String ownProjectId;
|
||||
|
||||
@Schema(description = "所属阶段")
|
||||
String ownPhaseName;
|
||||
|
||||
@Schema(description = "所属阶段id")
|
||||
private String ownPhaseId;
|
||||
|
||||
@Schema(description = "所属学科")
|
||||
String ownDisciplineName;
|
||||
|
||||
@Schema(description = "所属学科id")
|
||||
private String ownDisciplineId;
|
||||
|
||||
@Schema(description = "所属机器")
|
||||
private String ownMachineName;
|
||||
|
||||
@Schema(description = "所属机器id")
|
||||
private String ownMachineId;
|
||||
|
||||
@Schema(description = "所属工作空间")
|
||||
private String ownWorkspaceName;
|
||||
|
||||
@Schema(description = "所属工作空间id")
|
||||
private String ownWorkspaceId;
|
||||
|
||||
@Schema(description = "所属工况任务")
|
||||
String owntaskName;
|
||||
|
||||
@Schema(description = "所属工况任务id")
|
||||
private String owntaskId;
|
||||
|
||||
@Schema(description = "所属算列")
|
||||
String ownRunName;
|
||||
|
||||
@Schema(description = "所属算列id")
|
||||
private String ownRunId;
|
||||
|
||||
@Schema(description= "文件业务类型(1:模型文件 2:仿真报告、3:计算文件、4:曲线文件、5:云图文件,6:网格文件,7:计算过程文件)")
|
||||
@TableField("fileType")
|
||||
private Integer fileType;
|
||||
|
||||
@@ -126,7 +126,7 @@ public class FileMetadataInfoResp extends BaseResp implements Serializable {
|
||||
private String knowledgeBaseName;
|
||||
|
||||
private String approvalStatus;
|
||||
private String approveType;
|
||||
private Integer approveType;
|
||||
private String tempMetadata;
|
||||
private String cidFlowId;
|
||||
private String uploadTaskId;
|
||||
|
||||
Reference in New Issue
Block a user