mirror of
https://github.com/flipped-aurora/gin-vue-admin.git
synced 2026-09-21 20:35:16 +00:00
自动化代码增加 批量删除功能
This commit is contained in:
@@ -10,3 +10,7 @@ type PageInfo struct {
|
||||
type GetById struct {
|
||||
Id float64 `json:"id" form:"id"`
|
||||
}
|
||||
|
||||
type IdsReq struct {
|
||||
Ids []int `json:"ids" form:"ids"`
|
||||
}
|
||||
Reference in New Issue
Block a user