niki/param/admin/kind_box_req/assign_sender_agent.go

9 lines
178 B
Go
Raw Normal View History

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