2024-01-02 14:04:16 +00:00
|
|
|
package benefactorkindboxreqparam
|
2023-12-20 08:27:13 +00:00
|
|
|
|
2023-12-25 17:08:19 +00:00
|
|
|
import entity "git.gocasts.ir/ebhomengo/niki/entity"
|
2023-12-20 08:27:13 +00:00
|
|
|
|
|
|
|
type KindBoxReqAddRequest struct {
|
2023-12-22 21:25:16 +00:00
|
|
|
BenefactorID uint
|
|
|
|
TypeID uint
|
2023-12-25 17:08:19 +00:00
|
|
|
CountRequested uint
|
2023-12-20 08:27:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
type KindBoxReqAddResponse struct {
|
|
|
|
KindBoxReq entity.KindBoxReq
|
|
|
|
}
|