Class OpenPlatformEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.core.open_platform.OpenPlatformEntity
All Implemented Interfaces:
Serializable

@Entity public class OpenPlatformEntity extends BaseEntity
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 Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • name

      private String name
      Name of the openPlatform
    • description

      private String description
      Description of the openPlatform
    • type

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

    • OpenPlatformEntity

      public OpenPlatformEntity()