Class ScreenEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.service.screen.ScreenEntity
All Implemented Interfaces:
Serializable

@Entity public class ScreenEntity extends BaseEntity
Screen entity for content categorization and organization Provides screen functionality for various system entities Database Table: bytedesk_service_screen Purpose: Stores screen definitions, colors, and organization settings
See Also:
  • Field Details

    • name

      private String name
      Name of the screen
    • description

      private String description
      Description of the screen
    • type

      private String type
      Type of screen (CUSTOMER, TICKET, ARTICLE, etc.)
    • color

      private String color
      Color theme for the screen display
    • order

      private Integer order
      Display order of the screen
  • Constructor Details

    • ScreenEntity

      public ScreenEntity()