自动化立体仓库 - WMS系统
#
LSH
2022-11-02 ab7654e269bc78418051b9705d6c33a3979b1ba2
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);