java110
2023-08-31 068fde7238049565d12b39b28e02b0202264910f
java110-bean/src/main/java/com/java110/dto/resource/ResourceStoreTimesDto.java
@@ -31,6 +31,8 @@
    private String statusCd = "0";
    private String communityId;
    public String getPrice() {
        return price;
@@ -136,4 +138,14 @@
    public void setResCodeLike(String resCodeLike) {
        this.resCodeLike = resCodeLike;
    }
    @Override
    public String getCommunityId() {
        return communityId;
    }
    @Override
    public void setCommunityId(String communityId) {
        this.communityId = communityId;
    }
}