using System.Collections.Generic; namespace Ropin.IOT.MqttService.RequestModel { public class QueryModel { public List Names { get; set; } public List Groupnames { get; set; } } }