This commit is contained in:
2025-11-04 10:02:20 +08:00
parent 1cd8c5d420
commit d6fb143ac8
37 changed files with 628 additions and 46 deletions

View File

@ -15,6 +15,8 @@ public class TsPlan {
private String desc;
@Schema(description = "创建人")
private String createdBy;
@Schema(description = "仿真开始时间")
private LocalDateTime simulationStartTime;
@Schema(description = "创建时间")
private LocalDateTime createdAt;
@Schema(description = "更新时间")