Class HolidayEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.service.holiday.HolidayEntity
All Implemented Interfaces:
Serializable

@Entity public class HolidayEntity extends BaseEntity
节假日设置
See Also:
  • Field Details

    • name

      private String name
    • description

      private String description
    • type

      private String type
    • startDate

      private Date startDate
    • endDate

      private Date endDate
    • allDay

      private boolean allDay
    • startTime

      private String startTime
    • endTime

      private String endTime
    • repeatType

      private String repeatType
    • repeatEndDate

      private Date repeatEndDate
    • weekday

      private Integer weekday
    • dayOfMonth

      private Integer dayOfMonth
    • isOfficial

      private boolean isOfficial
    • isWeekend

      private boolean isWeekend
    • customerNotice

      private String customerNotice
    • servicePaused

      private boolean servicePaused
    • alternativeGroupId

      private String alternativeGroupId
    • alternativeWelcome

      private String alternativeWelcome
    • autoReplyEnabled

      private boolean autoReplyEnabled
    • autoReplyContent

      private String autoReplyContent
  • Constructor Details

    • HolidayEntity

      public HolidayEntity()