forked from ebhomengo/niki
13 lines
216 B
Go
13 lines
216 B
Go
|
package userkindboxreqparam
|
||
|
|
||
|
import entity "git.gocasts.ir/ebhomengo/niki/entity"
|
||
|
|
||
|
type KindBoxReqGetRequest struct {
|
||
|
BenefactorID uint
|
||
|
KindBoxReqID uint
|
||
|
}
|
||
|
|
||
|
type KindBoxReqGetResponse struct {
|
||
|
entity.KindBoxReq
|
||
|
}
|