Class SmsEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.core.sms.SmsEntity
All Implemented Interfaces:
Serializable

@Entity public class SmsEntity extends BaseEntity
Sms entity for content categorization and organization Provides smsging functionality for various system entities Database Table: bytedesk_core_sms Purpose: Stores sms definitions, colors, and organization settings
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • name

      private String name
      Name of the sms
    • description

      private String description
      Description of the sms
    • type

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

    • SmsEntity

      public SmsEntity()