src/main/java/com/zy/asrs/entity/BasDevp.java
@@ -70,6 +70,20 @@ private String loading; /** * 有物 */ @ApiModelProperty(value= "超级有物") @TableField("loading_super") private String loadingSuper; /** * 空板 */ @ApiModelProperty(value= "空板") @TableField("empty_mk") private String emptyMk; /** * 能入 */ @ApiModelProperty(value= "能入") @@ -214,7 +228,7 @@ @TableField("cart_pos") private Integer cartPos; @ApiModelProperty(value = "拆垛上传叠盘回库标记") @ApiModelProperty(value = "1楼拆垛上传叠盘回库标记") @TableField("report_sign") private Integer reportSign;