训练模型

This commit is contained in:
2025-10-28 09:03:13 +08:00
parent b7f4565f77
commit 90404b3871

View File

@@ -45,7 +45,7 @@ public class TenantResp implements Serializable {
private String endTime;
@Schema(description = "状态")
private String status;
private Integer status;
@Schema(description = "创建时间")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")