2024-02-20 20:34:51 +00:00
|
|
|
package adminkindboxreqparam
|
|
|
|
|
|
|
|
type AssignSenderRequest struct {
|
2024-05-20 17:37:44 +00:00
|
|
|
KindBoxReqID uint `json:"-"`
|
2024-02-20 20:34:51 +00:00
|
|
|
SenderAgentID uint `json:"sender_agent_id"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type AssignSenderResponse struct{}
|