|
package adminkindboxreqparam
|
|
|
|
type KindBoxReqRejectRequest struct {
|
|
ID uint `json:"-"`
|
|
Description string `json:"description" example:"description"`
|
|
}
|
|
|
|
type KindBoxReqRejectResponse struct {
|
|
Data Data `json:"data"`
|
|
FieldErrors map[string]string `json:"field_errors,omitempty"`
|
|
}
|