fix:字段类型修改与表一致

This commit is contained in:
2025-12-24 11:51:20 +08:00
parent 4f45de9d57
commit 2ad18d6ba6

View File

@@ -83,7 +83,7 @@ public class SimulationRun implements Serializable {
private String parentId;
@TableField("isPersonalTemplate")
private String isPersonalTemplate;
private Integer isPersonalTemplate;
@ApiModelProperty(value = "租户id")
@TableField("tenantId")