wangzelong
2022-09-20 f2567c7e2afc6f377be549c8ce440edc3c35c36a
Application/IStation.Application.DataFile/eta_month_report/dto/EtaKpiMonthItemRecord.cs
ÎļþÃû´Ó Application/IStation.Application.DataFile/Report/dto/DataFileTestInput.cs ÐÞ¸Ä
@@ -7,23 +7,18 @@
namespace IStation.Application
{
    /// <summary>
    ///
    /// èƒ½æ•ˆkpi月度量项记录
    /// </summary>
    public class DataFileTestInput
    public class EtaKpiMonthItemRecord
    {
        /// <summary>
        /// æ—¥æœŸ
        /// </summary>
        public int Day { get; set; }
        /// <summary>
        ///
        /// å€¼
        /// </summary>
        public string Sub { get; set; }
        /// <summary>
        ///
        /// </summary>
        public string Name { get; set; }
        public double? Value { get; set; }
    }
}