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; } }