| | |
| | | @ApiModelProperty(value= "商品名称") |
| | | private String maktx; |
| | | |
| | | @ApiModelProperty("组托类型") |
| | | @TableField("type") |
| | | private String type; |
| | | |
| | | @ApiModelProperty(value= "批号") |
| | | private String batch; |
| | | |
| | |
| | | @TableField("box_type3") |
| | | private String boxType3 = "1"; |
| | | |
| | | @ApiModelProperty("破损数") |
| | | @TableField("adjust_qty") |
| | | private Double adjustQty; |
| | | |
| | | @ApiModelProperty("上架数") |
| | | @TableField("work_qty") |
| | | private Double workQty; |
| | | |
| | | @ApiModelProperty("差异数") |
| | | @TableField("splus_qty") |
| | | private Double splusQty; |
| | | |
| | | |
| | | public String getBeBatch$(){ |
| | | if (null == this.beBatch){ return null; } |
| | | switch (this.beBatch){ |
| | |
| | | } |
| | | } |
| | | |
| | | public String getType$(){ |
| | | if (null == this.type){ return null; } |
| | | switch (this.type){ |
| | | case "1": |
| | | return "AGV组托"; |
| | | case "0": |
| | | return "堆垛机组托"; |
| | | default: |
| | | return "堆垛机组托"; |
| | | } |
| | | } |
| | | |
| | | |
| | | public String getInspect$(){ |
| | | if (null == this.inspect){ return null; } |
| | | switch (this.inspect){ |