| | |
| | | import java.time.LocalDateTime; |
| | | |
| | | @Data |
| | | @Schema(description = "任务派工") |
| | | @Schema(description = "任务计划") |
| | | public class TaskAssignVO { |
| | | @Schema(description = "图号") |
| | | private String drawingNo; |
| | | @Schema(description = "图号版次") |
| | | private String drawingNoEdition; |
| | | @Schema(description = "工序号") |
| | | private String processNo; |
| | | @Schema(description = "工序名称") |
| | |
| | | @Schema(description = "设备型号") |
| | | private String machineMode; |
| | | |
| | | @Schema(description = "计划锁定时间(天)") |
| | | private Integer planLockDays; |
| | | |
| | | @Schema(description = "计划开工时间") |
| | | private LocalDateTime planStartTime; |
| | | @Schema(description = "主制计划表ID") |