Class MessageLeaveEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.service.message_leave.MessageLeaveEntity
All Implemented Interfaces:
Serializable

@Entity public class MessageLeaveEntity extends BaseEntity
留言 TODO:留言转工单
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • contact

      private String contact
    • content

      private String content
    • images

      private List<String> images
    • attachments

      private List<String> attachments
    • reply

      private String reply
    • replyImages

      private List<String> replyImages
    • replyAttachments

      private List<String> replyAttachments
    • repliedAt

      private LocalDateTime repliedAt
    • status

      private String status
    • categoryUid

      private String categoryUid
    • priority

      private String priority
    • ticketUid

      private String ticketUid
    • messageUid

      private String messageUid
    • threadUid

      private String threadUid
    • client

      private String client
    • deviceInfo

      private String deviceInfo
    • ipAddress

      private String ipAddress
    • location

      private String location
    • tagList

      private List<String> tagList
    • user

      private String user
    • replyUser

      private String replyUser
  • Constructor Details

    • MessageLeaveEntity

      public MessageLeaveEntity()
  • Method Details

    • getRepliedAtString

      public String getRepliedAtString()