自动化立体仓库 - WMS系统
zhangc
2025-01-18 2bc10d832acd06bc6511e50405202fde99b0e7c2
src/main/java/com/zy/asrs/entity/AgvLocMast.java
@@ -41,7 +41,7 @@
    @TableField("whs_type")
    private Long whsType;
    @ApiModelProperty(value= "")
    @ApiModelProperty(value= "erp仓库编码")
    @TableField("plt_type")
    private Integer pltType;
@@ -185,6 +185,21 @@
    @ApiModelProperty(value= "")
    private String status;
    /**
     * 排
     */
    @ApiModelProperty(value= "地图排")
    private Integer mapRow1;
    /**
     * 列
     */
    @ApiModelProperty(value= "地图列")
    private Integer mapBay1;
    @ApiModelProperty(value= "地图列")
    private Integer rightSide;
    public String getWhsType$(){
        BasWhsService service = SpringUtils.getBean(BasWhsService.class);