namespace Ropin.Environmentally.DcsService.Service.Model
{
    public class HttpMQModel
    {
        public string type { get; set; }
        public string value { get; set; }
    }
}