2023-12-20 08:27:13 +00:00
|
|
|
package param
|
|
|
|
|
|
|
|
import "git.gocasts.ir/ebhomengo/niki/entity"
|
|
|
|
|
2023-12-20 15:39:25 +00:00
|
|
|
type KindBoxReqGetAllRequest struct{}
|
2023-12-20 08:27:13 +00:00
|
|
|
|
|
|
|
type KindBoxReqGetAllResponse struct {
|
|
|
|
AllKindBoxReq []entity.KindBoxReq
|
|
|
|
}
|