forked from ebhomengo/niki
11 lines
167 B
Go
11 lines
167 B
Go
|
package param
|
||
|
|
||
|
import "git.gocasts.ir/ebhomengo/niki/entity"
|
||
|
|
||
|
type KindBoxGetAllRequest struct {
|
||
|
}
|
||
|
|
||
|
type KindBoxGetAllResponse struct {
|
||
|
AllKindBox []entity.KindBox
|
||
|
}
|