2024-07-14 08:58:37 +00:00
|
|
|
package agentkindboxparam
|
2024-07-13 12:33:07 +00:00
|
|
|
|
|
|
|
import "git.gocasts.ir/ebhomengo/niki/entity"
|
|
|
|
|
|
|
|
type GetKindBoxRequest struct {
|
|
|
|
KindBoxID uint `param:"id"`
|
|
|
|
AgentID uint
|
|
|
|
}
|
|
|
|
|
|
|
|
type GetKindBoxResponse struct {
|
|
|
|
entity.KindBox
|
|
|
|
}
|