chengf
2025-08-05 c4a333b83ba54bcadf2a6a2b34fe66ab88a6ba9d
java110-bean/src/main/java/com/java110/dto/resource/ResourceStoreTimesDto.java
@@ -21,6 +21,7 @@
    private String hasStock;
    private String resCode;
    private String resCodeLike;
    private String[] resCodes;
    private String timesId;
    private String shId;
@@ -29,6 +30,8 @@
    private Date createTime;
    private String statusCd = "0";
    private String communityId;
    public String getPrice() {
@@ -127,4 +130,22 @@
    public void setShId(String shId) {
        this.shId = shId;
    }
    public String getResCodeLike() {
        return resCodeLike;
    }
    public void setResCodeLike(String resCodeLike) {
        this.resCodeLike = resCodeLike;
    }
    @Override
    public String getCommunityId() {
        return communityId;
    }
    @Override
    public void setCommunityId(String communityId) {
        this.communityId = communityId;
    }
}