forked from ebhomengo/niki
7 lines
158 B
Go
7 lines
158 B
Go
|
package adminkindboxparam
|
||
|
|
||
|
type AssignReceiverRequest struct {
|
||
|
KindBoxID uint `json:"-" param:"id"`
|
||
|
ReceiverAgentID uint `json:"receiver_agent_id"`
|
||
|
}
|