lixiaojun
2024-11-18 a302d7d16e6bed80511cb49813d16829eb933560
Dto/HStation.Dto.Assets.Core/04-PipeLine/01-PipeLineSeries/PipeSeriesDto.cs
@@ -12,6 +12,8 @@
        public AssetsPipeSeriesDto(Model.AssetsPipeSeries rhs)
        {
            this.ID = rhs.ID;
            this.CatalogID = rhs.CatalogID;
            this.ParentIds = rhs.ParentIds;
            this.Name = rhs.Name;
            this.Paras = rhs.Paras;
            this.Flags = rhs.Flags;
@@ -46,9 +48,14 @@
        public string TagName { get; set; }
        /// <summary>
        /// 使用状态
        /// 父级ID
        /// </summary>
        public eUseStatus UseStatus { get; set; }
        public List<long> ParentIds { get; set; }
        /// <summary>
        /// 所属类别ID
        /// </summary>
        public long CatalogID { get; set; }
        /// <summary>
        /// 说明