|
@@ -1,16 +1,19 @@
|
|
|
package cn.com.qmth.examcloud.core.examwork.dao.entity;
|
|
|
|
|
|
-import cn.com.qmth.examcloud.api.commons.enums.NoticeStatus;
|
|
|
+import javax.persistence.Column;
|
|
|
+import javax.persistence.Entity;
|
|
|
+import javax.persistence.EnumType;
|
|
|
+import javax.persistence.Enumerated;
|
|
|
+import javax.persistence.Id;
|
|
|
+import javax.persistence.Index;
|
|
|
+import javax.persistence.Table;
|
|
|
+
|
|
|
import cn.com.qmth.examcloud.api.commons.enums.PublishStatus;
|
|
|
import cn.com.qmth.examcloud.web.jpa.JpaEntity;
|
|
|
-import cn.com.qmth.examcloud.web.jpa.WithIdJpaEntity;
|
|
|
-import org.springframework.format.annotation.DateTimeFormat;
|
|
|
-
|
|
|
-import javax.persistence.*;
|
|
|
-import java.util.Date;
|
|
|
|
|
|
/**
|
|
|
* 公告发布进度实体
|
|
|
+ *
|
|
|
* @author lideyin
|
|
|
* @date 20100701
|
|
|
*/
|
|
@@ -26,6 +29,7 @@ public class NoticePublishScheduleEntity extends JpaEntity {
|
|
|
*/
|
|
|
@Id
|
|
|
private Long id;
|
|
|
+
|
|
|
/**
|
|
|
* 学校id
|
|
|
*/
|