自动化立体仓库 - WMS系统
野心家
2025-04-01 e15139e4ec5daffb4e4d4a8e48fb1237baeb5fad
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);