Class KbaseInviteEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.kbase.kbase_invite.KbaseInviteEntity
All Implemented Interfaces:
Serializable

@Entity public class KbaseInviteEntity extends BaseEntity
Knowledge base invite entity for member invitation management Manages invitations to join knowledge bases and collaboration spaces Database Table: bytedesk_kbase_invite Purpose: Stores invitation configurations and member access management
See Also:
  • Field Details

    • name

      private String name
      Name of the invitation
    • description

      private String description
      Description of the invitation
    • type

      private String type
      Type of invitation (CUSTOMER, MEMBER, etc.)
    • color

      private String color
      Color theme for the invitation display
    • order

      private Integer order
      Display order of the invitation
  • Constructor Details

    • KbaseInviteEntity

      public KbaseInviteEntity()