类 ApprovalComment

java.lang.Object
com.github.shuaidd.event.ApprovalComment

public class ApprovalComment extends Object
描述 审批备注
作者:
ddshuai date 2021-07-19 09:14
  • 字段详细资料

    • commentUserInfo

      private XmlUserId commentUserInfo
    • commentTime

      private Long commentTime
    • commentContent

      private String commentContent
    • commentId

      private String commentId
    • attach

      private String attach
  • 构造器详细资料

    • ApprovalComment

      public ApprovalComment()
  • 方法详细资料

    • getCommentUserInfo

      public XmlUserId getCommentUserInfo()
    • setCommentUserInfo

      public void setCommentUserInfo(XmlUserId commentUserInfo)
    • getCommentTime

      public Long getCommentTime()
    • setCommentTime

      public void setCommentTime(Long commentTime)
    • getCommentContent

      public String getCommentContent()
    • setCommentContent

      public void setCommentContent(String commentContent)
    • getCommentId

      public String getCommentId()
    • setCommentId

      public void setCommentId(String commentId)
    • getAttach

      public String getAttach()
    • setAttach

      public void setAttach(String attach)