chengf
2025-08-07 4440cdda8530906faf89348a3e480b05c20d4e25
java110-bean/src/main/java/com/java110/dto/resource/ResourceStoreDto.java
@@ -75,6 +75,7 @@
    //是否是固定物品
    private String isFixed;
    private String isFixedName;
    private String timesId;
    private String communityId;
@@ -232,8 +233,6 @@
        this.shName = shName;
    }
    public String getWarningStock() {
        return warningStock;
    }
@@ -386,8 +385,6 @@
        this.isFixedName = isFixedName;
    }
    public List<ResourceStoreTimesDto> getTimes() {
        return times;
    }
@@ -419,4 +416,12 @@
    public void setCommunityId(String communityId) {
        this.communityId = communityId;
    }
    public String getTimesId() {
        return timesId;
    }
    public void setTimesId(String timesId) {
        this.timesId = timesId;
    }
}