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