|
@@ -2,11 +2,6 @@ package cn.com.qmth.examcloud.examwork.api.bean;
|
|
|
|
|
|
import cn.com.qmth.examcloud.api.commons.enums.NoticeReceiverRuleType;
|
|
import cn.com.qmth.examcloud.api.commons.enums.NoticeReceiverRuleType;
|
|
import cn.com.qmth.examcloud.api.commons.exchange.JsonSerializable;
|
|
import cn.com.qmth.examcloud.api.commons.exchange.JsonSerializable;
|
|
-
|
|
|
|
-import javax.persistence.Column;
|
|
|
|
-import javax.persistence.EnumType;
|
|
|
|
-import javax.persistence.Enumerated;
|
|
|
|
-
|
|
|
|
/**
|
|
/**
|
|
* @Description TODO
|
|
* @Description TODO
|
|
* @Author THINKPAD
|
|
* @Author THINKPAD
|
|
@@ -24,7 +19,6 @@ public class NoticeRulePublishProgressBean implements JsonSerializable {
|
|
/**
|
|
/**
|
|
* 规则类型
|
|
* 规则类型
|
|
*/
|
|
*/
|
|
- @Enumerated(EnumType.STRING)
|
|
|
|
private NoticeReceiverRuleType noticeReceiverRuleType;
|
|
private NoticeReceiverRuleType noticeReceiverRuleType;
|
|
|
|
|
|
/**
|
|
/**
|