From fe59cb0e4d060664927dca75d453162deae3e17d Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期四, 12 十二月 2024 22:23:52 +0800 Subject: [PATCH] 增加产品冷却塔至bll --- Dto/HStation.Dto.Assets.Core/06-ThreeLink/02-ThreeLinkMain/UpdateThreeLinkMainInput.cs | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/Dto/HStation.Dto.Assets.Core/06-ThreeLink/02-ThreeLinkMain/UpdateThreeLinkMainInput.cs b/Dto/HStation.Dto.Assets.Core/06-ThreeLink/02-ThreeLinkMain/UpdateThreeLinkMainInput.cs index 6f78b7a..0197bd8 100644 --- a/Dto/HStation.Dto.Assets.Core/06-ThreeLink/02-ThreeLinkMain/UpdateThreeLinkMainInput.cs +++ b/Dto/HStation.Dto.Assets.Core/06-ThreeLink/02-ThreeLinkMain/UpdateThreeLinkMainInput.cs @@ -51,6 +51,21 @@ public List<string> KeyWord { get; set; } /// <summary> + /// 鍙傛暟 + /// </summary> + public Dictionary<string, string> Paras { get; set; } + + /// <summary> + /// 鏍囩 + /// </summary> + public List<string> Flags { get; set; } + + /// <summary> + /// 鏍囧織 + /// </summary> + public string TagName { get; set; } + + /// <summary> /// 鎺掑簭鐮� /// </summary> public int SortCode { get; set; } -- Gitblit v1.9.3