forked from ebhomengo/niki
10 lines
200 B
Go
10 lines
200 B
Go
|
package adminkindboxreqparam
|
||
|
|
||
|
import entity "git.gocasts.ir/ebhomengo/niki/entity"
|
||
|
|
||
|
type KindBoxReqGetAllRequest struct {}
|
||
|
|
||
|
type KindBoxReqGetAllResponse struct {
|
||
|
AllKindBoxReq []entity.KindBoxReq
|
||
|
}
|