forked from ebhomengo/niki
8 lines
156 B
Go
8 lines
156 B
Go
|
package adminkindboxreqparam
|
||
|
|
||
|
type DeliverKindBoxReqRequest struct {
|
||
|
KindBoxReqID uint `json:"kind_box_req_id"`
|
||
|
}
|
||
|
|
||
|
type DeliverKindBoxReqResponse struct{}
|