|
package adminkindboxparam
|
|
|
|
import entity "git.gocasts.ir/ebhomengo/niki/entity"
|
|
|
|
type KindBoxAddAfterAcceptingReqRequest struct {
|
|
BenefactorID uint
|
|
KindBoxReqID uint
|
|
Type entity.KindBoxType
|
|
Count uint
|
|
}
|
|
|
|
type KindBoxAddAfterAcceptingReqResponse struct{}
|