duheng
2024-12-19 56e4b8aab223072bef1e1749b8ee9e499dd04f83
Dto/HStation.Dto.Assets.Core/01-Valve/01-ValveSeries/ValveSeriesDto.cs
@@ -9,7 +9,7 @@
        public AssetsValveSeriesDto(Model.AssetsValveSeries 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;
@@ -25,9 +25,10 @@
        public long ID { get; set; }
        /// <summary>
        /// 父级ID
        /// 父级id
        /// </summary>
        public List<long> ParentIds { get; set; }
        [Required]
        public long ParentID { get; set; }
        /// <summary>
        /// 所属类别ID