add batch delete log #57

This commit is contained in:
ljw
2024-11-12 09:08:10 +08:00
parent 7862a34760
commit aced098982
11 changed files with 1064 additions and 26 deletions
+4
View File
@@ -15,3 +15,7 @@ type LoginTokenQuery struct {
UserId int `form:"user_id"`
PageQuery
}
type LoginLogIds struct {
Ids []uint `json:"ids" validate:"required"`
}