| | |
| | | @Schema(description = "生产订单id") |
| | | private Long productionOrderId; |
| | | |
| | | @Schema(description = "工艺路线工序表id") |
| | | @Schema(description = "工艺路线工序表id(额外新增的时候这个字段是空的)") |
| | | private Long technologyRoutingOperationId; |
| | | |
| | | @Schema(description = "工艺路线id") |
| | | private Long technologyRoutingId; |
| | | @Schema(description = "生产订单工艺路线id") |
| | | private Long orderRoutingId; |
| | | |
| | | @Schema(description = "产品规格id") |
| | | private Long productModelId; |
| | |
| | | |
| | | @Schema(description = "工序名称") |
| | | private String operationName; |
| | | |
| | | @Schema(description = "工序表id") |
| | | private Long technologyOperationId; |
| | | } |