java110-bean/src/main/java/com/java110/dto/notepad/NotepadDto.java
@@ -39,6 +39,8 @@ private String statusCd = "0"; private String communityId; public String getCreateUserId() { return createUserId; @@ -168,4 +170,12 @@ public void setNoteTypeName(String noteTypeName) { this.noteTypeName = noteTypeName; } public String getCommunityId() { return communityId; } public void setCommunityId(String communityId) { this.communityId = communityId; } }