using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Admin.NET.Application { /// /// /// public class BusCustomScaleExplainRequestDTO { /// /// /// public long CustomScaleId { get; set; } } /// /// /// public class BusCustomScaleExplainDTO { /// /// /// public string CustomName { get; set; } /// /// /// public DateTimeOffset TestTime { get; set; } /// /// /// public string Result { get; set; } /// /// /// public string Title { get; set; } public string Total { get; set; } public string TagName { get; set; } /// /// /// public string Suggestions { get; set; } public string Description { get; set; } } }