wangpengfei
2023-08-02 b4201a0054369a8cd89e940947fd6f1a89f357c2
model/request/client.go
@@ -26,3 +26,12 @@
   Id int `json:"id"`
   Client
}
type GetClientList struct {
   PageInfo
   Keyword string `json:"keyword"`
}
type DeleteClient struct {
   Ids []int `json:"ids"`
}