forked from ebhomengo/niki
12 lines
198 B
Go
12 lines
198 B
Go
|
package adminkindboxreqparam
|
||
|
|
||
|
import entity "git.gocasts.ir/ebhomengo/niki/entity"
|
||
|
|
||
|
type KindBoxReqGetRequest struct {
|
||
|
KindBoxReqID uint
|
||
|
}
|
||
|
|
||
|
type KindBoxReqGetResponse struct {
|
||
|
entity.KindBoxReq
|
||
|
}
|