修改:hpc配置命令修改

This commit is contained in:
2026-04-14 11:23:57 +08:00
parent 545d81740c
commit 94ee97371d

View File

@@ -52,12 +52,10 @@ public class SimulationHpcCommandPlaceholder implements Serializable {
@Schema(description = "是否展示Y:是N:否N时必须填写默认值")
@TableField(value = "isDisplay",select = true)
@JsonIgnore
private String isDisplay;
@Schema(description = "是否拼接Y:是N:否N时不用拼接到命令")
@TableField(value = "featchType",select = true)
@JsonIgnore
private String featchType;
@Schema(description = "默认值valueType为file且isDisplay为N时必填")
@@ -67,12 +65,10 @@ public class SimulationHpcCommandPlaceholder implements Serializable {
@Schema(description = "文件正则表达式valueType为file时必填用于过滤对应的求解文件")
@TableField(value = "fileRegular",select = true)
@JsonIgnore
private String fileRegular;
@Schema(description = "创建者ID")
@TableField(value = "creatorId",select = false)
@JsonIgnore
private Long creatorId;
@Schema(description = "创建时间")