类 SpeWorkDay

java.lang.Object
com.github.shuaidd.dto.checkin.SpeWorkDay

public class SpeWorkDay extends Object
描述
作者:
ddshuai date 2019-04-11 12:34
  • 字段详细资料

  • 构造器详细资料

    • SpeWorkDay

      public SpeWorkDay()
  • 方法详细资料

    • getTimestamp

      public Long getTimestamp()
    • setTimestamp

      public void setTimestamp(Long timestamp)
    • getNotes

      public String getNotes()
    • setNotes

      public void setNotes(String notes)
    • getCheckInTimes

      public List<CheckInTime> getCheckInTimes()
    • setCheckInTimes

      public void setCheckInTimes(List<CheckInTime> checkInTimes)