From f0cebbd2deb4dbf9e89dac4768415de62fd1fc20 Mon Sep 17 00:00:00 2001
From: Shuxia Ning <NingShuxia0927@outlook.com>
Date: 星期四, 16 一月 2025 14:40:27 +0800
Subject: [PATCH] 泵图表 修改文字位置

---
 Service/HStation.Service.Assets.Core/01-entity/17-Flowmeter/AssetsFlowmeterMain.cs |  127 ++++++++++++++++++------------------------
 1 files changed, 55 insertions(+), 72 deletions(-)

diff --git a/Service/HStation.Service.Assets.Core/01-entity/17-Flowmeter/AssetsFlowmeterMain.cs b/Service/HStation.Service.Assets.Core/01-entity/17-Flowmeter/AssetsFlowmeterMain.cs
index ba554e1..7a117b9 100644
--- a/Service/HStation.Service.Assets.Core/01-entity/17-Flowmeter/AssetsFlowmeterMain.cs
+++ b/Service/HStation.Service.Assets.Core/01-entity/17-Flowmeter/AssetsFlowmeterMain.cs
@@ -3,114 +3,97 @@
 namespace HStation.Entity
 {
     /// <summary>
-    /// 娴侀噺璁�
-    ///</summary>
-    [SysType("assets-flowmeter-main")]
-    [SugarTable("assets_flowmeter_main")] 
-    public class AssetsFlowmeterMain : BaseEntity , IParas, IFlags, ITagName, ISorter, System.ICloneable
+    /// 娴侀噺璁″瀷鍙�
+    /// </summary>
+    [SysType("assets_flowmeter_main")]
+    [SugarTable("assets_flowmeter_main")]
+    public class AssetsFlowmeterMain : BaseEntity, IParas, IFlags, ITagName, ISorter, System.ICloneable
     {
-         /// <summary>
-         ///
-         /// </summary>
-         public AssetsFlowmeterMain() { }
+        /// <summary>
+        ///
+        /// </summary>
+        public AssetsFlowmeterMain() { }
 
-         /// <summary>
-         ///
-         /// </summary>
-         public AssetsFlowmeterMain(AssetsFlowmeterMain rhs) : base(rhs)
-         {
-            this.Name = rhs.Name;
+        /// <summary>
+        ///
+        /// </summary>
+        public AssetsFlowmeterMain(AssetsFlowmeterMain rhs) : base(rhs)
+        {
             this.SeriesID = rhs.SeriesID;
-            this.Caliber = rhs.Caliber;
-            this.Material = rhs.Material;
+            this.Name = rhs.Name;
             this.MinorLoss = rhs.MinorLoss;
-            this.KeyWord = rhs.KeyWord;
+            this.KeyWords = rhs.KeyWords;
             this.Paras = rhs.Paras;
             this.Flags = rhs.Flags;
             this.TagName = rhs.TagName;
             this.SortCode = rhs.SortCode;
             this.Description = rhs.Description;
-         }
+        }
 
         /// <summary>
-        /// 鍚嶇О 
-        ///</summary>
-        [SugarColumn(Length = 50, IsNullable = true)]  
-        public string Name { get; set; }
-         
-        /// <summary>
-        /// 绯诲垪ID 
-        ///</summary>
+        /// 绯诲垪id
+        /// </summary>
         public long SeriesID { get; set; }
-         
+
         /// <summary>
-        /// 鍙e緞 
-        ///</summary>
-        public double? Caliber { get; set; }
-         
+        /// 鍚嶇О
+        /// </summary>
+        [SugarColumn(Length = 50, IsNullable = true)]
+        public string Name { get; set; }
+
         /// <summary>
-        /// 鏉愭枡 
-        ///</summary>
-        [SugarColumn(Length = 255, IsNullable = true)]  
-        public string Material { get; set; }
-         
-        /// <summary>
-        /// 灞�闃荤郴鏁� 
-        ///</summary>
+        /// 灞�闃荤郴鏁�
+        /// </summary>
         public double MinorLoss { get; set; }
-         
+
         /// <summary>
-        /// 璇嗗埆鍏抽敭瀛� 
-        ///</summary>
-        [SugarColumn(Length = 255, IsNullable = true)]  
-        public string KeyWord { get; set; }
-         
+        /// 鍏抽敭瀛�
+        /// </summary>
+        [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)]
+        public string KeyWords { get; set; }
+
         /// <summary>
-        /// 鍙傛暟 
-        ///</summary>
-        [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)]  
+        /// 鍙傛暟
+        /// </summary>
+        [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)]
         public string Paras { get; set; }
-         
+
         /// <summary>
-        /// 鏍囩 
-        ///</summary>
-        [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)]  
+        /// 鏍囩
+        /// </summary>
+        [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)]
         public string Flags { get; set; }
-         
+
         /// <summary>
-        /// 鏍囧織 
-        ///</summary>
-        [SugarColumn(Length = 500, IsNullable = true)]  
+        /// 鏍囧織
+        /// </summary>
+        [SugarColumn(Length = 500, IsNullable = true)]
         public string TagName { get; set; }
-         
+
         /// <summary>
-        /// 鎺掑簭鐮� 
-        ///</summary>
+        /// 鎺掑簭鐮�
+        /// </summary>
         public int SortCode { get; set; }
-         
+
         /// <summary>
-        /// 璇存槑 
-        ///</summary>
-        [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)]  
+        /// 璇存槑
+        /// </summary>
+        [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)]
         public string Description { get; set; }
-         
 
         /// <summary>
         ///
         /// </summary>
         public AssetsFlowmeterMain Clone()
         {
-			return (AssetsFlowmeterMain)this.MemberwiseClone();
+            return (AssetsFlowmeterMain)this.MemberwiseClone();
         }
 
         object ICloneable.Clone()
         {
-			return this.MemberwiseClone();
+            return this.MemberwiseClone();
         }
 
+
     }
-}
-
- 
-
- 
+}
\ No newline at end of file

--
Gitblit v1.9.3