forked from ebhomengo/niki
12 lines
198 B
Go
12 lines
198 B
Go
|
package param
|
||
|
|
||
|
import "git.gocasts.ir/ebhomengo/niki/entity"
|
||
|
|
||
|
type KindBoxReqAddRequest struct {
|
||
|
KindBoxReq entity.KindBoxReq
|
||
|
}
|
||
|
|
||
|
type KindBoxReqAddResponse struct {
|
||
|
KindBoxReq entity.KindBoxReq
|
||
|
}
|