forked from ebhomengo/niki
11 lines
156 B
Go
11 lines
156 B
Go
|
package param
|
||
|
|
||
|
import "git.gocasts.ir/ebhomengo/niki/entity"
|
||
|
|
||
|
type KindBoxAddRequest struct {
|
||
|
KindBox entity.KindBox
|
||
|
}
|
||
|
|
||
|
type KindBoxAddResponse struct {
|
||
|
}
|