2023-12-25 17:08:19 +00:00
|
|
|
package adminkindboxreqparam
|
|
|
|
|
|
|
|
import entity "git.gocasts.ir/ebhomengo/niki/entity"
|
|
|
|
|
2023-12-26 17:53:25 +00:00
|
|
|
type KindBoxReqGetAllRequest struct{}
|
2023-12-25 17:08:19 +00:00
|
|
|
|
|
|
|
type KindBoxReqGetAllResponse struct {
|
|
|
|
AllKindBoxReq []entity.KindBoxReq
|
|
|
|
}
|