From b32c0a21755ac3e86df0242d993398773cb627f2 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期三, 04 十二月 2024 17:04:15 +0800 Subject: [PATCH] 修改资产界面 --- Dto/HStation.Dto.Assets.Core/17-Flowmeter/02-AssetsFlowmeterMain/AssetsFlowmeterMainDto.cs | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) diff --git a/Dto/HStation.Dto.Assets.Core/17-Flowmeter/02-AssetsFlowmeterMain/AssetsFlowmeterMainDto.cs b/Dto/HStation.Dto.Assets.Core/17-Flowmeter/02-AssetsFlowmeterMain/AssetsFlowmeterMainDto.cs index a43f7b8..24db03a 100644 --- a/Dto/HStation.Dto.Assets.Core/17-Flowmeter/02-AssetsFlowmeterMain/AssetsFlowmeterMainDto.cs +++ b/Dto/HStation.Dto.Assets.Core/17-Flowmeter/02-AssetsFlowmeterMain/AssetsFlowmeterMainDto.cs @@ -19,8 +19,6 @@ this.ID = rhs.ID; this.Name = rhs.Name; this.SeriesID = rhs.SeriesID; - this.Caliber = rhs.Caliber; - this.Material = rhs.Material; this.MinorLoss = rhs.MinorLoss; this.KeyWord = rhs.KeyWord; this.Paras = rhs.Paras == null ? null : new(rhs.Paras); @@ -44,16 +42,6 @@ /// 绯诲垪ID ///</summary> public long SeriesID { get; set; } - - /// <summary> - /// 鍙e緞 - ///</summary> - public double? Caliber { get; set; } - - /// <summary> - /// 鏉愭枡 - ///</summary> - public string Material { get; set; } /// <summary> /// 灞�闃荤郴鏁� -- Gitblit v1.9.3