xiaogang
2023-11-02 62f2b98b64f6726ca7cb90cbfa996deaac4ffba9
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;
    }
}