From 44d2d7d6f3b3a4c1b5befe7ec33f3c4fc7ca5122 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期三, 14 八月 2024 11:09:35 +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