自动化立体仓库 - WMS系统
ZY
2024-12-18 184a0722e53f64f40ddb2c88f11f26941f565a8c
src/main/java/com/zy/asrs/entity/AgvLocMast.java
@@ -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);