2023-12-25 17:08:19 +00:00
|
|
|
package adminkindboxparam
|
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 KindBoxAddRequest struct {
|
2023-12-26 21:42:33 +00:00
|
|
|
BenefactorID uint
|
2023-12-22 21:25:16 +00:00
|
|
|
KindBoxReqID uint
|
|
|
|
SenderID uint
|
|
|
|
SerialNumber string
|
2023-12-20 08:27:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
type KindBoxAddResponse struct {
|
2023-12-20 08:41:50 +00:00
|
|
|
KindBox entity.KindBox
|
2023-12-20 08:27:13 +00:00
|
|
|
}
|