|
package adminkindboxreqparam
|
|
|
|
import "git.gocasts.ir/ebhomengo/niki/entity"
|
|
|
|
type GetKindBoxReqRequest struct {
|
|
KindBoxID uint `param:"id"`
|
|
}
|
|
|
|
type GetKindBoxReqResponse struct {
|
|
entity.KindBoxReq
|
|
FieldErrors map[string]string `json:"field_errors,omitempty"`
|
|
}
|