工况库绑定

This commit is contained in:
2025-12-10 17:10:26 +08:00
parent 1d0fac1cc0
commit ddbcb9f4e1
4 changed files with 14 additions and 11 deletions

View File

@@ -16,7 +16,7 @@ public class TaskBaseInfo {
public String version;
public Long poolId;
public Integer poolId;
public Long fileId;

View File

@@ -29,7 +29,7 @@ public class FileSimulationMappingResp implements Serializable {
private Long fileId;
private Long simulationPoolId;
private Integer simulationPoolId;
private String simulationPoolVersion;

View File

@@ -7,7 +7,7 @@ import java.util.List;
@Data
public class PoolInfo {
private Long simulationPoolId;
private Integer simulationPoolId;
private String simulationPoolName;
private String simulationPoolVersion;
private List<String> simulationPoolTaskIds;