forked from ebhomengo/niki
9 lines
192 B
Go
9 lines
192 B
Go
|
package adminkindboxreqparam
|
||
|
|
||
|
type AssignSenderRequest struct {
|
||
|
KindBoxReqID uint `json:"kind_box_req_id"`
|
||
|
SenderAgentID uint `json:"sender_agent_id"`
|
||
|
}
|
||
|
|
||
|
type AssignSenderResponse struct{}
|