派生自 projectDept/qhighschool

EricsHu
2023-11-23 bef4f6d51bff03c0512a75f43e79699b7296f1fa
src/main/java/com/qxueyou/scc/msg/model/MsgInfo.java
@@ -28,7 +28,7 @@
    */
   private static final long serialVersionUID = 3543065009677784163L;
   
   //消息类型(1:公告 ,2:考试,3:作业,4:直播,5:课件,6:问卷,7:老师批阅,8:提醒)
   //消息类型(1:公告 ,2:考试,3:作业,4:直播,5:课件,6:问卷,7:老师批阅,8:提醒)
   public final static short TYPE_NOTICE = 1;
   
   public final static short TYPE_EXAM= 2;
@@ -45,7 +45,7 @@
   
   public final static short TYPE_REMIND = 8;
   
   //是否是新消息(0:未读,1:已读)
   //是否是新消息(0:未读,1:已读)
   public static final short READ_NOT = 0;
   
   public static final short READ_YES = 1;