公告板
版本库
filestore
活动
搜索
登录
silk
/
silkServer
jialian服务端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'master' of http://192.168.5.5:10010/r/silk/silkServer
liujiandao
2024-04-19
9a6ea804cfbc209692d94602932c2a0a3b9b8e4e
[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"`
}