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
|
|
|
|
2024-01-23 10:21:56 +00:00
|
|
|
type KindBoxAddAfterAcceptingReqRequest struct {
|
2023-12-26 21:42:33 +00:00
|
|
|
BenefactorID uint
|
2023-12-22 21:25:16 +00:00
|
|
|
KindBoxReqID uint
|
2024-01-23 10:21:56 +00:00
|
|
|
Type entity.KindBoxType
|
|
|
|
Count uint
|
2023-12-20 08:27:13 +00:00
|
|
|
}
|
|
|
|
|
2024-01-27 07:05:56 +00:00
|
|
|
type KindBoxAddAfterAcceptingReqResponse struct{}
|