| | |
| | | @ColumnWidth(30) |
| | | private String code; |
| | | |
| | | @Schema(description = "临时托盘码(预生成二维码阶段使用;绑定批次后为空或保留)", example = "PL-00000001") |
| | | @ExcelIgnore |
| | | private String tempCode; |
| | | |
| | | @Schema(description = "生产批次编号", example = "1024") |
| | | @ExcelIgnore |
| | | private Long batchId; |
| | |
| | | @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) |