@@ -0,0 +1,27 @@
+package cn.com.qmth.examcloud.api.commons.enums;
+
+/**
+ * 公告接受规则类型
+ *
+ * @author WANGWEI
+ * @date 2019年6月27日
+ * @Copyright (c) 2018-? http://qmth.com.cn All Rights Reserved.
+ */
+public enum NoticeReceiverRuleType {
+ /**
+ * 归属考试的考生
+ STUDENTS_OF_EXAM,
+ * 所有学生
+ ALL_STUDENTS,
+ * 归属机构的学生
+ STUDENTS_OF_ORG
+}
@@ -0,0 +1,22 @@
+ * 公告状态
+public enum NoticeStatus {
+ * 创建
+ CREATION,
+ * 发布
+ PUBLISH,