Class NoticeEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.core.notice.NoticeEntity
All Implemented Interfaces:
Serializable

@Entity public class NoticeEntity extends BaseEntity
注意与message类型notice区分
See Also:
  • Field Details

    • title

      private String title
    • content

      private String content
    • type

      private String type
    • status

      private String status
    • extra

      private String extra
  • Constructor Details

    • NoticeEntity

      public NoticeEntity()