自动化立体仓库 - WMS系统
#
tqs
2024-05-31 5e4d17f6a07256743a7708d8a3f5ee63fddbb040
src/main/java/com/zy/asrs/entity/AgvLocDetl.java
@@ -161,6 +161,27 @@
    @ApiModelProperty(value= "库存冻结{1:正常,0:冻结}")
    private Integer stockFreeze;
    /**
     * 库存数量
     */
    @ApiModelProperty(value= "可出数量")
    @TableField(exist = false)
    private Double stock;
    /**
     * 库存数量
     */
    @ApiModelProperty(value= "可出数量")
    @TableField(exist = false)
    private String locSts;
    /**
     * 库存数量
     */
    @ApiModelProperty(value= "可出数量")
    @TableField(exist = false)
    private String locSts$;
    public String getLocNo$(){
        LocMastService service = SpringUtils.getBean(LocMastService.class);
        LocMast locMast = service.selectById(this.locNo);