From 6c88a90d2330a27c0052a22538f6ebd6200faae7 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期三, 21 八月 2024 18:02:15 +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