Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseMeetingRoomAdd ¶
type ResponseMeetingRoomAdd struct {
*response.ResponseWork
MeetingRoomID int `json:"meetingroom_id"`
}
type ResponseMeetingRoomGetBook ¶
type ResponseMeetingRoomGetBook struct {
*response.ResponseWork
MeetingID int `json:"meeting_id"`
ScheduleID int `json:"schedule_id"`
}
type ResponseMeetingRoomGetBookingInfo ¶
type ResponseMeetingRoomGetBookingInfo struct {
*response.ResponseWork
BookingList []*power.HashMap `json:"booking_list"`
}
type ResponseMeetingRoomList ¶
type ResponseMeetingRoomList struct {
*response.ResponseWork
MeetingRoomList []*power.HashMap `json:"meetingroom_list"`
}
Click to show internal directories.
Click to hide internal directories.