2023-12-25 17:08:19 +00:00
|
|
|
package adminkindboxparam
|
|
|
|
|
|
|
|
import entity "git.gocasts.ir/ebhomengo/niki/entity"
|
|
|
|
|
|
|
|
type KindBoxGetRequest struct {
|
2024-07-01 17:13:28 +00:00
|
|
|
KindBoxID uint `param:"id"`
|
2023-12-25 17:08:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
type KindBoxGetResponse struct {
|
|
|
|
entity.KindBox
|
|
|
|
}
|