@@ -0,0 +1,23 @@
+package cn.com.qmth.examcloud.api.commons.enums;
+
+/**
+ * 公告发布状态
+ *
+ * @author lideyin
+ * @date 20190701
+ */
+public enum PublishStatus {
+ /**
+ * 未发布
+ UNPUBLISHED,
+ * 发布中
+ PUBLISHING,
+ * 已发布
+ PUBLISHED
+}