|
package adminkindboxparam
|
|
|
|
import entity "git.gocasts.ir/ebhomengo/niki/entity"
|
|
|
|
type KindBoxGetRequest struct {
|
|
KindBoxID uint `param:"id"`
|
|
}
|
|
|
|
type KindBoxGetResponse struct {
|
|
entity.KindBox
|
|
FieldErrors map[string]string `json:"field_errors,omitempty"`
|
|
}
|