deason пре 4 година
родитељ
комит
7d235d5506

+ 1 - 1
examcloud-core-examwork-api-provider/src/main/java/cn/com/qmth/examcloud/core/examwork/api/controller/bean/UserNoticeDomain.java

@@ -15,7 +15,7 @@ import java.util.Date;
 /**
  * 考试分数信息
  *
- * @author: fengdesheng
+ * @author: QMTH
  * @since: 2018/8/31
  */
 public class UserNoticeDomain implements JsonSerializable {

+ 1 - 1
examcloud-core-examwork-service/src/main/java/cn/com/qmth/examcloud/core/examwork/service/bean/NoticeInfo.java

@@ -21,7 +21,7 @@ import java.util.Map;
 /**
  * 考试分数信息
  *
- * @author: fengdesheng
+ * @author: QMTH
  * @since: 2018/8/31
  */
 public class NoticeInfo implements JsonSerializable {

+ 2 - 1
examcloud-core-examwork-starter/src/main/java/cn/com/qmth/examcloud/core/examwork/starter/CoreExamWorkApp.java

@@ -46,12 +46,13 @@ public class CoreExamWorkApp {
 
 	/**
 	 * main 启动类
-	 * 
+	 *
 	 * @author WANGWEI
 	 * @param args
 	 * @throws Exception
 	 */
 	public static void main(String[] args) throws Exception {
+		//test 再次测试git文件,配合测试20200928004
 		AppBootstrap.run(CoreExamWorkApp.class, args);
 
 		test();