Package com.bytedesk.service.holiday
Class HolidayEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.service.holiday.HolidayEntity
- All Implemented Interfaces:
Serializable
节假日设置
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private String
private String
private String
private boolean
private String
private Integer
private String
private Date
private String
private boolean
private boolean
private String
private Date
private String
private boolean
private Date
private String
private String
private Integer
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
name
-
description
-
type
-
startDate
-
endDate
-
allDay
private boolean allDay -
startTime
-
endTime
-
repeatType
-
repeatEndDate
-
weekday
-
dayOfMonth
-
isOfficial
private boolean isOfficial -
isWeekend
private boolean isWeekend -
customerNotice
-
servicePaused
private boolean servicePaused -
alternativeGroupId
-
alternativeWelcome
-
autoReplyEnabled
private boolean autoReplyEnabled -
autoReplyContent
-
-
Constructor Details
-
HolidayEntity
public HolidayEntity()
-