src/main/java/com/zy/asrs/entity/LocMast.java
@@ -176,6 +176,18 @@ @TableField("ctn_no") private String ctnNo; @ApiModelProperty(value= "组") @TableField("group1") private Integer group1; /** * 深浅库位排号 * 1.最深库位 * 从小到大,越大的库位越浅 */ @ApiModelProperty(value= "库位属性") @TableField("loc_attribute") private Integer locAttribute; public String getWhsType$(){ BasWhsService service = SpringUtils.getBean(BasWhsService.class);