类 SpItem

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

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

  • 构造器详细资料

    • SpItem

      public SpItem()
  • 方法详细资料

    • getCount

      public Integer getCount()
    • setCount

      public void setCount(Integer count)
    • getDuration

      public Integer getDuration()
    • setDuration

      public void setDuration(Integer duration)
    • getTimeType

      public Integer getTimeType()
    • setTimeType

      public void setTimeType(Integer timeType)
    • getType

      public Integer getType()
    • setType

      public void setType(Integer type)
    • getVacationId

      public Integer getVacationId()
    • setVacationId

      public void setVacationId(Integer vacationId)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • toString

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