自动化立体仓库 - WMS系统
#
TQS
2022-11-22 cd3957e56a14ceb9d6c7f04729cf13ef1355a90d
src/main/java/com/zy/asrs/entity/LocDetl.java
@@ -158,26 +158,6 @@
    @ApiModelProperty(value = "备注")
    private String memo;
    /**
     * 库存预警数量上限
     */
    private Double storeMax;
    /**
     * 库存预警数量下限
     */
    private Double storeMin;
    /**
     * 库龄预警上限
     */
    private Integer storeMaxDate;
    /**
     * 实际在库天数
     */
    private Integer nowTime;
    public String getLocNo$() {
        LocMastService service = SpringUtils.getBean(LocMastService.class);