2023-12-20 08:27:13 +00:00
|
|
|
package param
|
|
|
|
|
|
|
|
import "git.gocasts.ir/ebhomengo/niki/entity"
|
|
|
|
|
|
|
|
type KindBoxAddRequest struct {
|
|
|
|
KindBox entity.KindBox
|
|
|
|
}
|
|
|
|
|
|
|
|
type KindBoxAddResponse struct {
|
2023-12-20 08:41:50 +00:00
|
|
|
KindBox entity.KindBox
|
2023-12-20 08:27:13 +00:00
|
|
|
}
|