duheng
2024-12-10 26917739c47252ecdc3b8f43eca6ebaf9cba6ac4
Service/HStation.Service.Assets.Core/01-entity/12-Compressor/AssetsCompressorSeries.cs
@@ -21,6 +21,7 @@
        public AssetsCompressorSeries(AssetsCompressorSeries rhs) : base(rhs)
        {
            this.ParentIds = rhs.ParentIds;
            this.CatalogID = rhs.CatalogID;
            this.Name = rhs.Name;
            this.Paras = rhs.Paras;
            this.Flags = rhs.Flags;
@@ -36,6 +37,11 @@
        public string ParentIds { get; set; }
        /// <summary>
        /// 所属类别ID
        /// </summary>
        public long CatalogID { get; set; }
        /// <summary>
        /// 名称
        /// </summary>
        public string Name { get; set; }