From 30d1c646b63604b59ce9d665054bd748e56e171c Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期三, 14 八月 2024 18:27:20 +0800 Subject: [PATCH] 新增水力模拟界面 --- Service/HStation.Service.Assets.Core/01-entity/PumpMain.cs | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Service/HStation.Service.Assets.Core/01-entity/PumpMain.cs b/Service/HStation.Service.Assets.Core/01-entity/PumpMain.cs index 02c26cf..0de96bc 100644 --- a/Service/HStation.Service.Assets.Core/01-entity/PumpMain.cs +++ b/Service/HStation.Service.Assets.Core/01-entity/PumpMain.cs @@ -1,13 +1,12 @@ -锘縰sing SqlSugar; -using Yw.Entity; +锘縰sing Yw.Entity; namespace HStation.Entity { /// <summary> /// 涓氬姟绔� /// </summary> - [SysType("xhs-pumpmain")] - [SugarTable("xhs-pumpmain")] + [SysType("xhs_pumpmain")] + [SugarTable("xhs_pumpmain")] public class PumpMain : BaseEntity, IParas, IFlags, ITagName, ISorter, System.ICloneable { /// <summary> @@ -96,17 +95,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