forked from ebhomengo/niki
12 lines
184 B
Go
12 lines
184 B
Go
|
package param
|
||
|
|
||
|
import "git.gocasts.ir/ebhomengo/niki/entity"
|
||
|
|
||
|
type KindBoxReqGetByIdRequest struct {
|
||
|
KindBoxReqID uint
|
||
|
}
|
||
|
|
||
|
type KindBoxReqGetByIdResponse struct {
|
||
|
entity.KindBoxReq
|
||
|
}
|