src/main/java/com/zy/asrs/entity/WaitPakin.java
@@ -33,10 +33,10 @@ private String locNo; @TableId("matnr") @ApiModelProperty(value= "商品编号") @ApiModelProperty(value= "品号") private String matnr; @ApiModelProperty(value= "商品名称") @ApiModelProperty(value= "品名") private String maktx; @TableId("batch") @@ -160,6 +160,10 @@ @ApiModelProperty(value= "备注") private String memo; @ApiModelProperty(value= "bom号") @TableField("bom_code") private String bomCode; public String getBeBatch$(){ if (null == this.beBatch){ return null; } switch (this.beBatch){