| | |
| | | package com.zy.asrs.entity; |
| | | |
| | | import com.alibaba.excel.annotation.ExcelProperty; |
| | | import com.baomidou.mybatisplus.annotations.TableField; |
| | | import com.baomidou.mybatisplus.annotations.TableName; |
| | | import com.core.common.Cools; |
| | |
| | | @ApiModelProperty(value= "商品名称") |
| | | private String maktx; |
| | | |
| | | @ApiModelProperty(value= "序列码") |
| | | @ApiModelProperty(value= "批号") |
| | | private String batch; |
| | | |
| | | @ApiModelProperty(value= "单据编号") |
| | | @TableField("order_no") |
| | | private String orderNo; |
| | | |
| | | /** |
| | | * 集装箱号 |
| | | */ |
| | | @ApiModelProperty(value= "集装箱号") |
| | | @ExcelProperty("集装箱号") |
| | | @TableField("container_no") |
| | | private String containerNo; |
| | | |
| | | /** |
| | | * TEU |
| | | */ |
| | | @ApiModelProperty(value= "TEU") |
| | | @ExcelProperty("TEU") |
| | | @TableField("teu") |
| | | private Integer teu; |
| | | |
| | | /** |
| | | * 车牌号 |
| | | */ |
| | | @ApiModelProperty(value= "车牌号") |
| | | @ExcelProperty("车牌号") |
| | | @TableField("plate_no") |
| | | private String plateNo; |
| | | |
| | | /** |
| | | * 车次号 |
| | | */ |
| | | @ApiModelProperty(value= "车次号") |
| | | @ExcelProperty("车次号") |
| | | @TableField("train_no") |
| | | private String trainNo; |
| | | |
| | | @ApiModelProperty(value= "建议入库区域:堆垛机号") |
| | | private String origin; |
| | | |
| | | @ApiModelProperty(value= "货物频次:1=高频,2=低频") |
| | | @TableField("freq_type") |
| | | private Integer freqType; |
| | | |
| | | /** |
| | | * 立方数 |
| | | */ |
| | | @ApiModelProperty(value= "立方数,单位:立方米") |
| | | @ExcelProperty("立方数") |
| | | @TableField("cube_number") |
| | | private Double cubeNumber; |
| | | |
| | | @ApiModelProperty(value= "库位编码,若有,则存储到指定库位。为后续分区预留") |
| | | private String manu; |
| | | |
| | | @ApiModelProperty(value= "规格") |
| | | private String specs; |
| | |
| | | private String color; |
| | | |
| | | @ApiModelProperty(value= "品牌") |
| | | private String brand; |
| | | private String brand = ""; |
| | | |
| | | @ApiModelProperty(value= "单位") |
| | | private String unit; |
| | |
| | | |
| | | @ApiModelProperty(value= "条码") |
| | | private String barcode; |
| | | |
| | | @ApiModelProperty(value= "产地") |
| | | private String origin; |
| | | |
| | | @ApiModelProperty(value= "厂家") |
| | | private String manu; |
| | | |
| | | @ApiModelProperty(value= "生产日期") |
| | | @TableField("manu_date") |
| | |
| | | private Double weight; |
| | | |
| | | @ApiModelProperty(value= "长度") |
| | | private Double length; |
| | | private Double man_length; |
| | | |
| | | @ApiModelProperty(value= "体积") |
| | | private Double volume; |
| | |
| | | @ApiModelProperty(value= "备注") |
| | | private String memo; |
| | | |
| | | /** |
| | | * 备用1 |
| | | */ |
| | | @ApiModelProperty(value= "备用1") |
| | | private String standby1 = "1"; |
| | | |
| | | /** |
| | | * 备用2 |
| | | */ |
| | | @ApiModelProperty(value= "备用2") |
| | | private String standby2 = "1"; |
| | | |
| | | /** |
| | | * 备用3 |
| | | */ |
| | | @ApiModelProperty(value= "备用3") |
| | | private String standby3 = "1"; |
| | | |
| | | /** |
| | | * 备用1 |
| | | */ |
| | | @ApiModelProperty(value= "备用1") |
| | | @TableField("box_type1") |
| | | private String boxType1 = "1"; |
| | | |
| | | /** |
| | | * 备用2 |
| | | */ |
| | | @ApiModelProperty(value= "备用2") |
| | | @TableField("box_type2") |
| | | private String boxType2 = "1"; |
| | | |
| | | /** |
| | | * 备用3 |
| | | */ |
| | | @ApiModelProperty(value= "备用3") |
| | | @TableField("box_type3") |
| | | private String boxType3 = "1"; |
| | | |
| | | public String getBeBatch$(){ |
| | | if (null == this.beBatch){ return null; } |
| | | switch (this.beBatch){ |