| | |
| | | @Schema(description = "任务计划") |
| | | public class TaskAssignVO { |
| | | @Schema(description = "零组件/图号") |
| | | private String partNo; |
| | | private String drawingNo; |
| | | @Schema(description = "图号版次/设计版次") |
| | | private String partNoEdition; |
| | | private String drawingNoEdition; |
| | | @Schema(description = "工序号") |
| | | private String processNo; |
| | | @Schema(description = "工序名称") |
| | | private String processName; |
| | | |
| | | @Schema(description = "产品型号") |
| | | private String productModel; |
| | | @Schema(description = "工序版次") |
| | | private String processEdition; |
| | | |
| | |
| | | private LocalDate planStartTime; |
| | | @Schema(description = "主制分工表ID") |
| | | private long producePlanId; |
| | | |
| | | } |