package request type GetAttendanceList struct { PageInfo Keyword string `json:"keyword"` } type DeleteAttendanceInfo struct { Ids []uint `json:"ids"` }