修改:hpc配置命令修改
This commit is contained in:
@@ -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 = "创建时间")
|
||||
|
||||
Reference in New Issue
Block a user