using System.Collections.Generic;

namespace Ropin.IOT.MqttService.RequestModel
{
    public class QueryModel
    {
        public List<string > Names { get; set; }

        public List<string> Groupnames { get; set; }
    }
}