10 小时以前 8655501ffb8dbdaf2508e575933063e6731be714
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/pro/batch/vo/MesProBatchTraceRespVO.java
@@ -17,8 +17,11 @@
    @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;
@@ -51,9 +54,6 @@
    private String remark;
    // ========== 品种信息 ==========
    @Schema(description = "包装袋型(字典 mes_pro_bag_type)", example = "10")
    private Integer bagType;
    @Schema(description = "品种(物料)编号", example = "1024")
    private Long itemId;