公告板
版本库
filestore
活动
搜索
登录
silk
/
silkServer
jialian服务端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
考勤管理
liujiandao
2024-04-22
0f8093693d0cd3b8da71abac95c617aa850f4819
[silk/silkServer.git]
/
controllers
/
request
/
attendance_request.go
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
}