forked from ebhomengo/niki
9 lines
136 B
Go
9 lines
136 B
Go
|
package benefactoreparam
|
||
|
|
||
|
type BenefactorExistByIDRequest struct {
|
||
|
ID uint
|
||
|
}
|
||
|
type BenefactorExistByIDResponse struct {
|
||
|
Existed bool
|
||
|
}
|