using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Models.Ext { public class LogQuery { public string runDate { get; set; } public string errType { get; set; } public string errlevel { get; set; } public string content { get; set; } } }