自动化立体仓库 - WMS系统
#
luxiaotao1123
2023-02-06 e77de9f405ea5cf8f50126d64a58fbf47c4a3350
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);