niki/param/benefactor/address/province_exit_by_id.go

9 lines
128 B
Go

package addressparam
type ProvinceExistByIDRequest struct {
ID uint
}
type ProvinceExistByIDResponse struct {
Existed bool
}