duheng
2024-11-12 0bc0468692ad7b16cd2d49d20c4689ddcd6fb212
Dto/HStation.Dto.Assets.Core/06-ThreeLink/02-ThreeLinkMain/ThreeLinkMainDto.cs
@@ -10,14 +10,16 @@
        public AssetsThreelinkMainDto(Model.AssetsThreelinkMain rhs)
        {
            this.ID = rhs.ID;
            this.Name = rhs.Name;
            this.SeriesID = rhs.SeriesID;
            this.Material = rhs.Material;
            this.Caliber = rhs.Caliber;
            this.MinorLoss = rhs.MinorLoss;
            this.Description = rhs.Description;
            this.SortCode = rhs.SortCode;
            this.KeyWord = rhs.KeyWord;
            this.Name = rhs.Name;
            this.SeriesID = rhs.SeriesID;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
            this.RunThroughMinorLoss = rhs.RunThroughMinorLoss;
            this.BranchThroughMinorLoss = rhs.BranchThroughMinorLoss;
        }
        public long ID { get; set; }