niki/param/benefactor/address/province_exit_by_id.go

9 lines
128 B
Go
Raw Normal View History

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