forked from ebhomengo/niki
9 lines
118 B
Go
9 lines
118 B
Go
|
package param
|
||
|
|
||
|
type ReqKindBoxGetByIdRequest struct {
|
||
|
reqKindBoxID uint
|
||
|
}
|
||
|
|
||
|
type ReqKindBoxGetByIdResponse struct {
|
||
|
}
|