9 小时以前 8655501ffb8dbdaf2508e575933063e6731be714
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/pro/pallet/vo/MesProPalletRespVO.java
@@ -24,6 +24,10 @@
    @ColumnWidth(30)
    private String code;
    @Schema(description = "临时托盘码(预生成二维码阶段使用;绑定批次后为空或保留)", example = "PL-00000001")
    @ExcelIgnore
    private String tempCode;
    @Schema(description = "生产批次编号", example = "1024")
    @ExcelIgnore
    private Long batchId;
@@ -45,6 +49,10 @@
    @ExcelProperty("已装袋数")
    private Integer bagCount;
    @Schema(description = "是否自动生成", example = "false")
    @ExcelIgnore
    private Boolean autoGenerated;
    @Schema(description = "状态(字典 mes_pro_pallet_status)", example = "10")
    @ExcelProperty(value = "状态", converter = DictConvert.class)
    @DictFormat(DictTypeConstants.MES_PRO_PALLET_STATUS)