From 1aa330646ad9f88abc580e17d08d727a0ecaae48 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期五, 15 十一月 2024 11:49:08 +0800
Subject: [PATCH] 核心界面优化整理

---
 Dto/HStation.Dto.Assets.Core/06-ThreeLink/02-ThreeLinkMain/ThreeLinkMainDto.cs |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/Dto/HStation.Dto.Assets.Core/06-ThreeLink/02-ThreeLinkMain/ThreeLinkMainDto.cs b/Dto/HStation.Dto.Assets.Core/06-ThreeLink/02-ThreeLinkMain/ThreeLinkMainDto.cs
index 1331660..f357aab 100644
--- a/Dto/HStation.Dto.Assets.Core/06-ThreeLink/02-ThreeLinkMain/ThreeLinkMainDto.cs
+++ b/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; }

--
Gitblit v1.9.3