WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/12-report/test.cs
@@ -21,6 +21,7 @@ } SimulationWordReport word = new SimulationWordReport(); var test1 = new ReportViewModel(); test1.Description = "制氮循环水模拟测试"; test1.ValveOpens = new List<ValveOpen>(); test1.ValveOpens.Add(new ValveOpen { Name = "测试1", MinorLoss = "20" }); test1.ValveOpens.Add(new ValveOpen { Name = "测试2", MinorLoss = "20" });