duheng
2024-12-24 b826e3716742abba49ab2a851b943ea8328db66e
Dto/HStation.Dto.Assets.Core/05-Elbow/01-ElbowSeries/ElbowSeriesDto.cs
@@ -9,7 +9,7 @@
        public AssetsElbowSeriesDto(Model.AssetsElbowSeries rhs)
        {
            this.ID = rhs.ID;
            this.ParentIds = rhs.ParentIds;
            this.ParentID = rhs.ParentIds.LastOrDefault();
            this.CatalogID = rhs.CatalogID;
            this.Name = rhs.Name;
            this.Paras = rhs.Paras;
@@ -30,9 +30,9 @@
        public string Name { get; set; }
        /// <summary>
        /// 父级ID
        /// 父级id
        /// </summary>
        public List<long> ParentIds { get; set; }
        public long ParentID { get; set; }
        /// <summary>
        /// 所属类别ID