Shuxia Ning
2024-07-17 fd681339c81201ed6fb3303647ecab89e3e6c0c1
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; }
    }