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