IStation.Dto/02-web/02-hydraulic-model/01-epanet/base/EnElement.cs
@@ -5,14 +5,14 @@ /// 元素 /// </summary> public class Element { { public Element() { } public Element(Element rhs) { this.Id= rhs.Id; } public string Id { get; set; } this.Id = rhs.Id; } public string Id { get; set; } }