liujiandao
2024-04-19 9a6ea804cfbc209692d94602932c2a0a3b9b8e4e
1
2
3
4
5
6
7
8
9
10
package request
 
type GetAttendanceList struct {
    PageInfo
    Keyword string `json:"keyword"`
}
 
type DeleteAttendanceInfo struct {
    Ids []uint `json:"ids"`
}