using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IBox.WinFrmUI { public class GetCalcValueModel { public DateTime StartDate { get; set; } public DateTime EndDate { get; set; } public string LogEvent { get; set; } public string LogResult { get; set; } } }