duheng
2024-11-17 a2a57963e160a319276c5c8499f16c9809056e4c
Service/HStation.Service.Assets.Core/01-entity/05-Sprinkler/AssetsSprinklerSeries.cs
@@ -21,6 +21,7 @@
        public AssetsSprinklerSeries(AssetsSprinklerSeries rhs) : base(rhs)
        {
            this.ID = rhs.ID;
            this.CatalogID = rhs.CatalogID;
            this.ParentIds = rhs.ParentIds;
            this.Name = rhs.Name;
            this.Paras = rhs.Paras;
@@ -42,6 +43,11 @@
        public string Name { get; set; }
        /// <summary>
        /// 所属类别ID
        /// </summary>
        public long CatalogID { get; set; }
        /// <summary>
        /// 参数
        /// </summary>
        public string Paras { get; set; }