From 28c276596bcd50901db57358a81debeb4f7bcec0 Mon Sep 17 00:00:00 2001 From: cloudflight <cloudflight@126.com> Date: 星期一, 19 八月 2024 08:47:32 +0800 Subject: [PATCH] 添加连通性验证 添加错误信息 --- Service/HStation.Service.Assets.Core/02-model/PumpMain.cs | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Service/HStation.Service.Assets.Core/02-model/PumpMain.cs b/Service/HStation.Service.Assets.Core/02-model/PumpMain.cs index 6ed6655..63039cc 100644 --- a/Service/HStation.Service.Assets.Core/02-model/PumpMain.cs +++ b/Service/HStation.Service.Assets.Core/02-model/PumpMain.cs @@ -1,10 +1,9 @@ -锘縰sing SqlSugar; -using Yw.Model; +锘縰sing Yw.Model; namespace HStation.Model { /// <summary> - /// 涓氬姟绔� + /// 娉靛瀷鍙� /// </summary> [SysType("xhs-pumpmain")] [SugarTable("xhs-pumpmain")] @@ -116,17 +115,17 @@ /// <summary> /// 姘旇殌 /// </summary> - public double Erosion { get; set; } + public double? Erosion { get; set; } /// <summary> /// 鍙惰疆澶栧緞 /// </summary> - public double D2 { get; set; } + public double? D2 { get; set; } /// <summary> /// 璇存槑 /// </summary> - public string Description { get; set; } + public string? Description { get; set; } /// <summary> /// -- Gitblit v1.9.3