Uses of Class
com.bytedesk.ticket.comment.TicketCommentEntity
Packages that use TicketCommentEntity
Package
Description
工单业务服务模块
提供工单相关的业务逻辑服务
工单核心模块
包含工单实体、仓库、服务等基础组件
-
Uses of TicketCommentEntity in com.bytedesk.ticket.attachment
Fields in com.bytedesk.ticket.attachment declared as TicketCommentEntity -
Uses of TicketCommentEntity in com.bytedesk.ticket.service
Methods in com.bytedesk.ticket.service with parameters of type TicketCommentEntityModifier and TypeMethodDescriptionvoid
TicketNotificationService.notifyTicketComment
(TicketCommentEntity comment) -
Uses of TicketCommentEntity in com.bytedesk.ticket.ticket
Fields in com.bytedesk.ticket.ticket with type parameters of type TicketCommentEntityMethods in com.bytedesk.ticket.ticket that return TicketCommentEntityModifier and TypeMethodDescriptionTicketRestController.addComment
(Long id, TicketCommentRequest comment) TicketRestService.addComment
(Long ticketId, TicketCommentRequest commentDTO)