|
|
|
@ -70,7 +70,8 @@ public class TaskOneClickScheduleRespVO {
|
|
|
|
|
|
|
|
|
|
|
|
@Schema(description = "产品名称", example = "汽车内饰件A")
|
|
|
|
@Schema(description = "产品名称", example = "汽车内饰件A")
|
|
|
|
private String productName;
|
|
|
|
private String productName;
|
|
|
|
|
|
|
|
@Schema(description = "计划状态", example = "")
|
|
|
|
|
|
|
|
private Integer planStatus;
|
|
|
|
@Schema(description = "计划开始时间(yyyy-MM-dd HH:mm:ss)")
|
|
|
|
@Schema(description = "计划开始时间(yyyy-MM-dd HH:mm:ss)")
|
|
|
|
private String planStartTimeStr;
|
|
|
|
private String planStartTimeStr;
|
|
|
|
|
|
|
|
|
|
|
|
|