From 1dd158434a41627a6684cd630b2696fb83b1e3d6 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期四, 19 十二月 2024 13:23:04 +0800 Subject: [PATCH] 流量计整改 --- Dto/HStation.Dto.Assets.Core/17-flowmeter/02-main/AssetsFlowmeterMainStdDto.cs | 59 ++++++++++++++++++++++++++++++----------------------------- 1 files changed, 30 insertions(+), 29 deletions(-) diff --git a/Dto/HStation.Dto.Assets.Core/17-Flowmeter/02-AssetsFlowmeterMain/AssetsFlowmeterMainDto.cs b/Dto/HStation.Dto.Assets.Core/17-flowmeter/02-main/AssetsFlowmeterMainStdDto.cs similarity index 68% copy from Dto/HStation.Dto.Assets.Core/17-Flowmeter/02-AssetsFlowmeterMain/AssetsFlowmeterMainDto.cs copy to Dto/HStation.Dto.Assets.Core/17-flowmeter/02-main/AssetsFlowmeterMainStdDto.cs index 82929c1..6b3e45f 100644 --- a/Dto/HStation.Dto.Assets.Core/17-Flowmeter/02-AssetsFlowmeterMain/AssetsFlowmeterMainDto.cs +++ b/Dto/HStation.Dto.Assets.Core/17-flowmeter/02-main/AssetsFlowmeterMainStdDto.cs @@ -1,81 +1,82 @@ 锘縩amespace HStation.Dto { /// <summary> - /// 娴侀噺璁� - ///</summary> - public class AssetsFlowmeterMainDto + /// + /// </summary> + public class AssetsFlowmeterMainStdDto { /// <summary> - /// + /// /// </summary> - public AssetsFlowmeterMainDto() - { } + public AssetsFlowmeterMainStdDto() { } /// <summary> - /// + /// /// </summary> - public AssetsFlowmeterMainDto(Model.AssetsFlowmeterMain rhs) + public AssetsFlowmeterMainStdDto(Model.AssetsFlowmeterMain rhs) { this.ID = rhs.ID; - this.Name = rhs.Name; this.SeriesID = rhs.SeriesID; + this.Name = rhs.Name; this.MinorLoss = rhs.MinorLoss; - this.KeyWord = rhs.KeyWord; - this.Flags = rhs.Flags; + this.KeyWords = rhs.KeyWords; this.Paras = rhs.Paras; + this.Flags = rhs.Flags; this.TagName = rhs.TagName; this.SortCode = rhs.SortCode; this.Description = rhs.Description; } /// <summary> - /// ID - ///</summary> + /// id + /// </summary> public long ID { get; set; } /// <summary> - /// 鍚嶇О - ///</summary> - public string Name { get; set; } - - /// <summary> - /// 绯诲垪ID - ///</summary> + /// 绯诲垪id + /// </summary> public long SeriesID { get; set; } /// <summary> + /// 鍚嶇О + /// </summary> + public string Name { get; set; } + + /// <summary> /// 灞�闃荤郴鏁� - ///</summary> + /// </summary> public double MinorLoss { get; set; } /// <summary> - /// 璇嗗埆鍏抽敭瀛� - ///</summary> - public List<string> KeyWord { get; set; } + /// 鍏抽敭瀛� + /// </summary> + public List<string> KeyWords { get; set; } /// <summary> /// 鍙傛暟 - ///</summary> + /// </summary> public Dictionary<string, string> Paras { get; set; } /// <summary> /// 鏍囩 - ///</summary> + /// </summary> public List<string> Flags { get; set; } /// <summary> /// 鏍囧織 - ///</summary> + /// </summary> public string TagName { get; set; } /// <summary> /// 鎺掑簭鐮� - ///</summary> + /// </summary> public int SortCode { get; set; } /// <summary> /// 璇存槑 - ///</summary> + /// </summary> public string Description { get; set; } + + } } \ No newline at end of file -- Gitblit v1.9.3