fix:查询工位下的报告列表/数据总览编辑查询任务bug修复
This commit is contained in:
@@ -31,7 +31,7 @@ public enum FileBizTypeEnum {
|
||||
* 云图文件
|
||||
*/
|
||||
@Schema(description = "云图文件", example = "5")
|
||||
CLOUD_FILE(5, "图片文件"),
|
||||
CLOUD_FILE(5, "云图文件"),
|
||||
|
||||
/**
|
||||
* 流程脚本
|
||||
@@ -128,12 +128,4 @@ public enum FileBizTypeEnum {
|
||||
return value;
|
||||
}
|
||||
|
||||
public static String getDirNameByValue(int value) {
|
||||
for (FileBizTypeEnum fileBizTypeEnum : values()) {
|
||||
if (fileBizTypeEnum.value == value) {
|
||||
return fileBizTypeEnum.getDirName();
|
||||
}
|
||||
}
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -39,6 +39,10 @@ public class SpdmTaskVo extends BaseEntity {
|
||||
* 当前节点类型
|
||||
*/
|
||||
private String nodeType;
|
||||
/**
|
||||
* 节点编码
|
||||
*/
|
||||
private String nodeCode;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user