From 63834af1872ab37f22a5e67b5df20a082f7a052a Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期二, 24 十二月 2024 16:40:00 +0800 Subject: [PATCH] 修改资产--四通 --- Dto/HStation.Dto.Assets.Core/07-FourLink/02-FourLinkMain/FourLinkMainDto.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dto/HStation.Dto.Assets.Core/07-FourLink/02-FourLinkMain/FourLinkMainDto.cs b/Dto/HStation.Dto.Assets.Core/07-FourLink/02-FourLinkMain/FourLinkMainDto.cs index afe3b07..dba920c 100644 --- a/Dto/HStation.Dto.Assets.Core/07-FourLink/02-FourLinkMain/FourLinkMainDto.cs +++ b/Dto/HStation.Dto.Assets.Core/07-FourLink/02-FourLinkMain/FourLinkMainDto.cs @@ -1,4 +1,4 @@ -锘縩amespace HStation.Dto.Assets +锘縩amespace HStation.Dto { public class AssetsFourlinkMainDto { @@ -12,7 +12,7 @@ this.Name = rhs.Name; this.Material = rhs.Material; this.Caliber = rhs.Caliber; - this.KeyWord = rhs.KeyWords; + this.KeyWords = rhs.KeyWords; this.MinorLoss = rhs.MinorLoss; this.Flags = rhs.Flags; this.Paras = rhs.Paras; @@ -51,7 +51,7 @@ /// <summary> /// 璇嗗埆鍏抽敭瀛� /// </summary> - public List<string> KeyWord { get; set; } + public List<string> KeyWords { get; set; } /// <summary> /// 鍙傛暟 -- Gitblit v1.9.3