| | |
| | | @Schema(description = "生产批次编号", example = "1024") |
| | | private Long id; |
| | | |
| | | @Schema(description = "批次号(二维码内容)", example = "PC20260818L01001") |
| | | @Schema(description = "批次号(补录后的正式批次号)", example = "PC20260818L01001") |
| | | private String code; |
| | | |
| | | @Schema(description = "临时批次码(二维码内容;未补录信息时展示)", example = "PB-00000001") |
| | | private String tempCode; |
| | | |
| | | @Schema(description = "批次状态(字典 mes_pro_batch_status)", example = "20") |
| | | private Integer status; |
| | |
| | | private String remark; |
| | | |
| | | // ========== 品种信息 ========== |
| | | |
| | | @Schema(description = "包装袋型(字典 mes_pro_bag_type)", example = "10") |
| | | private Integer bagType; |
| | | |
| | | @Schema(description = "品种(物料)编号", example = "1024") |
| | | private Long itemId; |