From a84a83d842f4fa220a8cf1b704e6ed6573684eef Mon Sep 17 00:00:00 2001
From: ningshuxia <ningshuxia0927@outlook.com>
Date: 星期四, 20 三月 2025 17:38:19 +0800
Subject: [PATCH] 快速建模

---
 Service/HStation.Service.Assets.Core/01-entity/18-Hydrant/AssetsHydrantSeries.cs |   60 ++++++++++++++++++++++++++++++------------------------------
 1 files changed, 30 insertions(+), 30 deletions(-)

diff --git a/Service/HStation.Service.Assets.Core/01-entity/18-Hydrant/AssetsHydrantSeries.cs b/Service/HStation.Service.Assets.Core/01-entity/18-Hydrant/AssetsHydrantSeries.cs
index 69ddc68..9c84582 100644
--- a/Service/HStation.Service.Assets.Core/01-entity/18-Hydrant/AssetsHydrantSeries.cs
+++ b/Service/HStation.Service.Assets.Core/01-entity/18-Hydrant/AssetsHydrantSeries.cs
@@ -6,19 +6,19 @@
     /// 娑堢伀鏍撶郴鍒�
     ///</summary>
     [SysType("assets-hydrant-series")]
-    [SugarTable("assets_hydrant_series")] 
-    public class AssetsHydrantSeries : BaseEntity , IParas, IFlags, ITagName, ITreeSorter, System.ICloneable
+    [SugarTable("assets_hydrant_series")]
+    public class AssetsHydrantSeries : BaseEntity, IParas, IFlags, ITagName, ITreeSorter, System.ICloneable
     {
-         /// <summary>
-         ///
-         /// </summary>
-         public AssetsHydrantSeries() { }
+        /// <summary>
+        ///
+        /// </summary>
+        public AssetsHydrantSeries() { }
 
-         /// <summary>
-         ///
-         /// </summary>
-         public AssetsHydrantSeries(AssetsHydrantSeries rhs) : base(rhs)
-         {
+        /// <summary>
+        ///
+        /// </summary>
+        public AssetsHydrantSeries(AssetsHydrantSeries rhs) : base(rhs)
+        {
             this.CatalogID = rhs.CatalogID;
             this.Name = rhs.Name;
             this.ParentIds = rhs.ParentIds;
@@ -27,71 +27,71 @@
             this.TagName = rhs.TagName;
             this.SortCode = rhs.SortCode;
             this.Description = rhs.Description;
-         }
+        }
 
         /// <summary>
         /// 鎵�灞炵被鍒獻D 
         ///</summary>
         public long CatalogID { get; set; }
-         
+
         /// <summary>
         /// 鍚嶇О 
         ///</summary>
-        [SugarColumn(Length = 50, IsNullable = true)]  
+        [SugarColumn(Length = 50, IsNullable = true)]
         public string Name { get; set; }
-         
+
         /// <summary>
         /// 鐖剁骇id鍒楄〃锛堢増鏈帶鍒� 
         ///</summary>
-        [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)]  
+        [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)]
         public string ParentIds { get; set; }
-         
+
         /// <summary>
         /// 鍙傛暟 
         ///</summary>
-        [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)]  
+        [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)]
         public string Paras { get; set; }
-         
+
         /// <summary>
         /// 鏍囩 
         ///</summary>
-        [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)]  
+        [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)]
         public string Flags { get; set; }
-         
+
         /// <summary>
         /// 鏍囧織 
         ///</summary>
-        [SugarColumn(Length = 500, IsNullable = true)]  
+        [SugarColumn(Length = 500, IsNullable = true)]
         public string TagName { get; set; }
-         
+
         /// <summary>
         /// 鎺掑簭鐮� 
         ///</summary>
         public int SortCode { get; set; }
-         
+
         /// <summary>
         /// 璇存槑 
         ///</summary>
-        [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)]  
+        [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)]
         public string Description { get; set; }
-         
+
 
         /// <summary>
         ///
         /// </summary>
         public AssetsHydrantSeries Clone()
         {
-			return (AssetsHydrantSeries)this.MemberwiseClone();
+            return (AssetsHydrantSeries)this.MemberwiseClone();
         }
 
         object ICloneable.Clone()
         {
-			return this.MemberwiseClone();
+            return this.MemberwiseClone();
         }
 
     }
 }
 
- 
 
- 
+
+

--
Gitblit v1.9.3