yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/pro/pallet/vo/MesProPalletRespVO.java
@@ -45,6 +45,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)