类 CheckInOverTimeInfo

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

public class CheckInOverTimeInfo extends Object
描述
作者:
ddshuai date 2021-07-15 13:24
  • 字段详细资料

    • otStatus

      private Integer otStatus
    • otDuration

      private Integer otDuration
    • exceptionDuration

      private List<Integer> exceptionDuration
  • 构造器详细资料

    • CheckInOverTimeInfo

      public CheckInOverTimeInfo()
  • 方法详细资料

    • getOtStatus

      public Integer getOtStatus()
    • setOtStatus

      public void setOtStatus(Integer otStatus)
    • getOtDuration

      public Integer getOtDuration()
    • setOtDuration

      public void setOtDuration(Integer otDuration)
    • getExceptionDuration

      public List<Integer> getExceptionDuration()
    • setExceptionDuration

      public void setExceptionDuration(List<Integer> exceptionDuration)
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object