forked from ebhomengo/niki
12 lines
195 B
Go
12 lines
195 B
Go
|
package param
|
||
|
|
||
|
import "git.gocasts.ir/ebhomengo/niki/entity"
|
||
|
|
||
|
type ReqKindBoxUpdateRequest struct {
|
||
|
reqKindBoxID uint
|
||
|
reqKindBox entity.ReqKindBox
|
||
|
}
|
||
|
|
||
|
type ReqKindBoxUpdateResponse struct {
|
||
|
}
|