niki/param/benefactor/address/city_exit_by_id.go

9 lines
120 B
Go
Raw Normal View History

2024-01-19 16:37:15 +00:00
package addressparam
type CityExistByIDRequest struct {
ID uint
}
type CityExistByIDResponse struct {
Existed bool
}