model/request/client.go @@ -36,3 +36,7 @@ type DeleteClient struct { Ids []int `json:"ids"` } type CheckClientName struct { Name string `json:"name"` }