yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/pro/pallet/vo/MesProPalletRespVO.java
@@ -41,10 +41,6 @@ @ExcelProperty("托盘序号") private Integer palletNo; @Schema(description = "可装袋数(袋/托盘)", example = "25") @ExcelProperty("可装袋数") private Integer capacity; @Schema(description = "已绑定袋码数量", example = "10") @ExcelProperty("已装袋数") private Integer bagCount;