Package com.bytedesk.core.sms
Class SmsEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.core.sms.SmsEntity
- All Implemented Interfaces:
Serializable
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
Name of the sms -
description
Description of the sms -
type
Type of sms (CUSTOMER, TICKET, ARTICLE, etc.)
-
-
Constructor Details
-
SmsEntity
public SmsEntity()
-