Class TaskCommentEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.core.task_comment.TaskCommentEntity
All Implemented Interfaces:
Serializable

@Entity public class TaskCommentEntity extends BaseEntity
TaskComment entity for content categorization and organization Provides task_commentging functionality for various system entities Database Table: bytedesk_core_task_comment Purpose: Stores task_comment definitions, colors, and organization settings
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • taskUid

      private String taskUid
      Task uid that this comment belongs to
    • content

      private String content
      Comment content
    • images

      private List<String> images
      Optional images for this comment
  • Constructor Details

    • TaskCommentEntity

      public TaskCommentEntity()