公告板
版本库
filestore
活动
搜索
登录
silk
/
silkServer
jialian服务端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
考勤导入
liujiandao
2024-04-19
04e3c197ea38fe242769057276914bf78c93b3ff
[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"`
}