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
System notice entity for announcements and notifications Different from message type notices - used for system-wide announcements Database Table: bytedesk_core_notice Purpose: Stores system announcements, alerts, and important notifications
See Also:
  • Field Details

    • title

      private String title
      Title of the notice or announcement
    • content

      private String content
      Main content of the notice
    • type

      private String type
      Type of notice (LOGIN, SYSTEM, MAINTENANCE, etc.)
    • status

      private String status
      Current status of the notice (PENDING, PUBLISHED, ARCHIVED, etc.)
    • extra

      private String extra
      Additional notice information stored as JSON format
  • Constructor Details

    • NoticeEntity

      public NoticeEntity()