Class AnnouncementEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.core.announcement.AnnouncementEntity
All Implemented Interfaces:
Serializable

@Entity public class AnnouncementEntity extends BaseEntity
公告
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • name

      private String name
      Name of the announcement
    • description

      private String description
      Description of the announcement
    • type

      private String type
      Type of announcement (CUSTOMER, TICKET, ARTICLE, etc.)
  • Constructor Details

    • AnnouncementEntity

      public AnnouncementEntity()