liujiandao
2024-04-22 20af882d5a8b59f4c4a5645fd2e4fd4a244609f2
controllers/request/attendance_request.go
@@ -8,3 +8,7 @@
type DeleteAttendanceInfo struct {
   Ids []uint `json:"ids"` //记录id
}
type GetAttendanceStatistic struct {
   Month string `json:"month"` //月份
}