Class DocumentEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.core.document.DocumentEntity
All Implemented Interfaces:
Serializable

@Entity public class DocumentEntity extends BaseEntity
微语文档 Document entity for content categorization and organization Provides documentging functionality for various system entities Database Table: bytedesk_core_document Purpose: Stores document definitions, colors, and organization settings
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • name

      private String name
      Name of the document
    • description

      private String description
      Description of the document
    • type

      private String type
      Type of document (DOCS、EXCEP、PPT, etc.)
  • Constructor Details

    • DocumentEntity

      public DocumentEntity()