@@ -48,7 +48,7 @@ public class NoticeEntity extends WithIdJpaEntity {
private String content;
/**
- * 标题
+ * 发布者
*/
@Column(nullable = false, length = 100)
private String publisher;