2023-12-25 17:08:19 +00:00
|
|
|
package adminkindboxparam
|
|
|
|
|
|
|
|
import entity "git.gocasts.ir/ebhomengo/niki/entity"
|
|
|
|
|
|
|
|
type KindBoxGetRequest struct {
|
2023-12-26 21:42:33 +00:00
|
|
|
BenefactorID uint
|
|
|
|
KindBoxID uint
|
2023-12-25 17:08:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
type KindBoxGetResponse struct {
|
|
|
|
entity.KindBox
|
|
|
|
}
|