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