Browse Source

。。。。

WANG 6 years ago
parent
commit
20aff808b6

+ 1 - 1
examcloud-core-examwork-dao/src/main/java/cn/com/qmth/examcloud/core/examwork/dao/entity/NoticeEntity.java

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