2023-12-26 17:53:25 +00:00
|
|
|
package userkindboxparam
|
2023-12-26 17:52:20 +00:00
|
|
|
|
|
|
|
import entity "git.gocasts.ir/ebhomengo/niki/entity"
|
|
|
|
|
2023-12-26 17:53:25 +00:00
|
|
|
type KindBoxGetRequest struct {
|
2023-12-26 17:52:20 +00:00
|
|
|
BenefactorID uint
|
2023-12-26 17:53:25 +00:00
|
|
|
KindBoxID uint
|
2023-12-26 17:52:20 +00:00
|
|
|
}
|
|
|
|
|
2023-12-26 17:53:25 +00:00
|
|
|
type KindBoxGetResponse struct {
|
|
|
|
entity.KindBox
|
2023-12-26 17:52:20 +00:00
|
|
|
}
|