forked from ebhomengo/niki
11 lines
172 B
Go
11 lines
172 B
Go
|
package param
|
||
|
|
||
|
import "git.gocasts.ir/ebhomengo/niki/entity"
|
||
|
|
||
|
type ReqKindBoxStoreRequest struct {
|
||
|
reqKindBox entity.ReqKindBox
|
||
|
}
|
||
|
|
||
|
type ReqKindBoxStoreResponse struct {
|
||
|
}
|