duheng
2024-11-12 0bc0468692ad7b16cd2d49d20c4689ddcd6fb212
Dto/HStation.Dto.Assets.Core/11-Exchanger/01-ExchangerSeries/ExchangerSeriesDto.cs
@@ -12,6 +12,7 @@
        public AssetsExchangerSeriesDto(Model.AssetsExchangerSeries rhs)
        {
            this.ID = rhs.ID;
            this.ParentIds = rhs.ParentIds;
            this.Name = rhs.Name;
            this.Paras = rhs.Paras;
            this.Flags = rhs.Flags;