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