类 SpRecordDetail

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

public class SpRecordDetail extends Object
描述
作者:
ddshuai date 2021-07-19 09:29
  • 字段详细资料

    • approver

      private XmlUserId approver
    • speech

      private String speech
    • spStatus

      private Integer spStatus
    • spTime

      private Long spTime
    • attach

      private String attach
  • 构造器详细资料

    • SpRecordDetail

      public SpRecordDetail()
  • 方法详细资料

    • getApprover

      public XmlUserId getApprover()
    • setApprover

      public void setApprover(XmlUserId approver)
    • getSpeech

      public String getSpeech()
    • setSpeech

      public void setSpeech(String speech)
    • getSpStatus

      public Integer getSpStatus()
    • setSpStatus

      public void setSpStatus(Integer spStatus)
    • getSpTime

      public Long getSpTime()
    • setSpTime

      public void setSpTime(Long spTime)
    • getAttach

      public String getAttach()
    • setAttach

      public void setAttach(String attach)