forked from ebhomengo/niki
9 lines
128 B
Go
9 lines
128 B
Go
|
package addressparam
|
||
|
|
||
|
type ProvinceExistByIDRequest struct {
|
||
|
ID uint
|
||
|
}
|
||
|
type ProvinceExistByIDResponse struct {
|
||
|
Existed bool
|
||
|
}
|