src/main/java/com/zy/asrs/entity/param/StockOutParam.java
@@ -15,6 +15,9 @@ // 出站口 private Integer outSite; // private String checkId; // 物料编号集合 private List<LocDetl> locDetls; @@ -58,21 +61,21 @@ */ @ApiModelProperty(value= "备用1") @TableField("box_type1") private String boxType1 = "1"; private String boxType1 = ""; /** * 备用2 */ @ApiModelProperty(value= "备用2") @TableField("box_type2") private String boxType2 = "1"; private String boxType2 = ""; /** * 备用3 */ @ApiModelProperty(value= "备用3") @TableField("box_type3") private String boxType3 = "1"; private String boxType3 = ""; }