소스 검색

。。。。

WANG 6 년 전
부모
커밋
20aff808b6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examcloud-core-examwork-dao/src/main/java/cn/com/qmth/examcloud/core/examwork/dao/entity/NoticeEntity.java

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