Package com.bytedesk.core.document
Class DocumentEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.core.document.DocumentEntity
- All Implemented Interfaces:
Serializable
微语文档
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
Name of the document -
description
Description of the document -
type
Type of document (DOCS、EXCEP、PPT, etc.)
-
-
Constructor Details
-
DocumentEntity
public DocumentEntity()
-