| | |
| | | import com.alibaba.excel.annotation.ExcelIgnore; |
| | | import com.alibaba.excel.annotation.ExcelProperty; |
| | | import com.alibaba.excel.annotation.format.DateTimeFormat; |
| | | import com.alibaba.excel.annotation.write.style.ColumnWidth; |
| | | import com.core.common.Cools; |
| | | import com.core.common.SpringUtils; |
| | | import com.zy.system.entity.User; |
| | |
| | | |
| | | @ExcelIgnore |
| | | private int pageNumber; |
| | | |
| | | @ExcelIgnore |
| | | private int pageSize; |
| | | @ExcelIgnore |
| | | |
| | | @ExcelIgnore |
| | | private int stay_time; |
| | | @ExcelIgnore |
| | | |
| | | @ExcelIgnore |
| | | private String begin_date; |
| | | |
| | | @ExcelIgnore |
| | | private String end_date; |
| | | |
| | | @ExcelIgnore |
| | | private String query_date; |
| | | @ExcelIgnore |
| | | |
| | | @ExcelIgnore |
| | | private Integer row; |
| | | @ExcelIgnore |
| | | |
| | | @ExcelIgnore |
| | | private String crn_str_time; |
| | | |
| | | @ExcelIgnore |
| | | private String crn_end_time; |
| | | @ExcelIgnore |
| | | |
| | | @ColumnWidth(15) |
| | | @ExcelProperty(value = "销售单号") |
| | | private String three_code; |
| | | |
| | | @ExcelIgnore |
| | | @ExcelProperty(value = "工作号") |
| | | private Integer wrk_no; |
| | | |
| | | @ExcelProperty(value = "工作时间") |
| | | @ColumnWidth(20) |
| | | @ExcelProperty(value = "入库时间") |
| | | private Date io_time; |
| | | |
| | | @ColumnWidth(20) |
| | | @ExcelProperty(value = "库位号") |
| | | private String loc_no; |
| | | |
| | | @ExcelProperty(value = "货站码") |
| | | private String supp_code; |
| | | |
| | | @ExcelProperty(value = "货架条码") |
| | | private String zpallet; |
| | |
| | | @ExcelProperty(value = "数量") |
| | | private Double anfme; |
| | | |
| | | @ColumnWidth(15) |
| | | @ExcelProperty(value = "物料号") |
| | | private String matnr; |
| | | |
| | | @ExcelProperty(value = "物料号") |
| | | @ColumnWidth(35) |
| | | @ExcelProperty(value = "物料名称") |
| | | private String maktx; |
| | | |
| | | @ExcelProperty(value = "序列码") |
| | |
| | | @ExcelProperty(value = "批次") |
| | | private String model; |
| | | |
| | | @ExcelProperty(value = "颜色") |
| | | @ExcelIgnore |
| | | private String color; |
| | | |
| | | @ExcelProperty(value = "品牌") |
| | |
| | | @ExcelProperty(value = "单位") |
| | | private String unit; |
| | | |
| | | @ExcelProperty(value = "单价") |
| | | @ExcelIgnore |
| | | private Double price; |
| | | |
| | | @ExcelProperty(value = "sku") |
| | | private String sku; |
| | | |
| | | @ExcelProperty(value = "包数") |
| | | @ExcelIgnore |
| | | private Double units; |
| | | |
| | | @ExcelProperty(value = "条码") |
| | | private String barcode; |
| | | |
| | | @ExcelProperty(value = "物料状态") |
| | | @ExcelIgnore |
| | | private String origin; |
| | | |
| | | @ExcelIgnore |
| | | @ExcelProperty(value = "厂家") |
| | | private String manu; |
| | |
| | | @ExcelProperty(value = "体积") |
| | | private Double volume; |
| | | |
| | | @ExcelProperty(value = "销售单号") |
| | | private String three_code; |
| | | |
| | | |
| | | @ExcelProperty(value = "供应商") |
| | | private String supp; |
| | | |
| | | @ExcelProperty(value = "货站码") |
| | | private String supp_code; |
| | | |
| | | |
| | | @ExcelIgnore |
| | | @ExcelProperty(value = "是否批次 1: 是 0: 否 ") |
| | | private Integer be_batch; |
| | | |
| | | @ExcelIgnore |
| | | @ExcelProperty(value = "保质期") |
| | | private String dead_time; |