Package com.bytedesk.core.open_platform
Class OpenPlatformEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.core.open_platform.OpenPlatformEntity
- All Implemented Interfaces:
Serializable
OpenPlatform entity for Open Platform definitions and settings
Database Table: bytedesk_core_open_platform
Purpose: Stores openPlatform 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 openPlatform -
description
Description of the openPlatform -
type
Type of openPlatform (CUSTOMER, TICKET, ARTICLE, etc.)
-
-
Constructor Details
-
OpenPlatformEntity
public OpenPlatformEntity()
-