liujiandao
2024-04-22 0f8093693d0cd3b8da71abac95c617aa850f4819
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"` //记录id
}