Class NoteEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.kbase.note.NoteEntity
All Implemented Interfaces:
Serializable

@Entity public class NoteEntity extends BaseEntity
Note entity for content categorization and organization Provides noteging functionality for various system entities Database Table: bytedesk_kbase_note Purpose: Stores note definitions, colors, and organization settings
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • name

      private String name
      Name of the note
    • description

      private String description
      Description of the note
    • type

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

    • NoteEntity

      public NoteEntity()