duheng
2024-12-24 f47abf649b85ce5fd21725fedaebba359a6dfd1d
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/12-report/01-viewmodel/02-item/SimulationReportWorkingItemViewModel.cs
@@ -16,6 +16,31 @@
        /// </summary>
        public string Name { get; set; }
        /// <summary>
        /// 能耗分析图片路径
        /// </summary>
        public string EnergyAnalyImagePath { get; set; }
        /// <summary>
        /// 损失曲线图片路径
        /// </summary>
        public string LossCurveImagePath { get; set; }
        /// <summary>
        /// 能量输入图片路径
        /// </summary>
        public string EnergyInputImagePath { get; set; }
        /// <summary>
        /// 能量损失图片路径
        /// </summary>
        public string EnergyLossImagePath { get; set; }
        /// <summary>
        /// 能量统计图片路径
        /// </summary>
        public string EnergyStatisticsImagePath { get; set; }
    }
}