package entities

type MqMessage struct {
	Body     map[string]interface{} `json:"body"`
	Property map[string]interface{} `json:"property"`
	Key      string                 `json:"serial_number"`
}