公告板
版本库
filestore
活动
搜索
登录
silk
/
silkServer
jialian服务端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
机台信息增删改查接口
zhangqian
2024-04-22
632bef19cd6229014644e4394d43e95c6707d773
[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"`
}