From 0bc0468692ad7b16cd2d49d20c4689ddcd6fb212 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期二, 12 十一月 2024 17:43:14 +0800 Subject: [PATCH] 修改资产界面 --- Dto/HStation.Dto.Assets.Core/07-FourLink/02-FourLinkMain/FourLinkMainDto.cs | 3 ++- 1 files changed, 2 insertions(+), 1 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 c926887..96d773e 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 @@ -14,6 +14,7 @@ this.Name = rhs.Name; this.Material = rhs.Material; this.Caliber = rhs.Caliber; + this.KeyWord = rhs.KeyWord; this.MinorLoss = rhs.MinorLoss; this.SortCode = rhs.SortCode; this.Description = rhs.Description; @@ -49,7 +50,7 @@ /// <summary> /// 璇嗗埆鍏抽敭瀛� /// </summary> - public string KeyWord { get; set; } + public List<string> KeyWord { get; set; } /// <summary> /// 鎺掑簭鐮� -- Gitblit v1.9.3