forked from ebhomengo/niki
12 lines
183 B
Go
12 lines
183 B
Go
|
package adminkindboxparam
|
||
|
|
||
|
import entity "git.gocasts.ir/ebhomengo/niki/entity"
|
||
|
|
||
|
type KindBoxGetRequest struct {
|
||
|
KindBoxID uint
|
||
|
}
|
||
|
|
||
|
type KindBoxGetResponse struct {
|
||
|
entity.KindBox
|
||
|
}
|