From 71c12ff40d58c3dbdde6867396dd99224e57fc32 Mon Sep 17 00:00:00 2001
From: ningshuxia <ningshuxia0927@outlook.com>
Date: 星期三, 30 四月 2025 16:00:01 +0800
Subject: [PATCH] 首页修改

---
 Service/HStation.Service.Assets.Core/01-entity/04-Fourlink/AssetsFourlinkMain.cs |   33 +++++++++++++++++++++++++--------
 1 files changed, 25 insertions(+), 8 deletions(-)

diff --git a/Service/HStation.Service.Assets.Core/01-entity/04-Fourlink/AssetsFourlinkMain.cs b/Service/HStation.Service.Assets.Core/01-entity/04-Fourlink/AssetsFourlinkMain.cs
index aaf2d18..c92b68b 100644
--- a/Service/HStation.Service.Assets.Core/01-entity/04-Fourlink/AssetsFourlinkMain.cs
+++ b/Service/HStation.Service.Assets.Core/01-entity/04-Fourlink/AssetsFourlinkMain.cs
@@ -1,14 +1,13 @@
-锘縰sing HStation.Assets;
-using Yw.Entity;
+锘縰sing Yw.Entity;
 
 namespace HStation.Entity
 {
     /// <summary>
-    /// 涓氬姟绔�
+    /// 鍥涢�氬瀷鍙�
     /// </summary>
     [SysType("assets_fourlink_main")]
     [SugarTable("assets_fourlink_main")]
-    public class AssetsFourlinkMain : BaseEntity, ISorter, System.ICloneable
+    public class AssetsFourlinkMain : BaseEntity, ISorter, IFlags, IParas, ITagName, System.ICloneable
     {
         /// <summary>
         ///
@@ -23,7 +22,10 @@
             this.Material = rhs.Material;
             this.Caliber = rhs.Caliber;
             this.MinorLoss = rhs.MinorLoss;
-            this.KeyWord = rhs.KeyWord;
+            this.Paras = rhs.Paras;
+            this.Flags = rhs.Flags;
+            this.TagName = rhs.TagName;
+            this.KeyWords = rhs.KeyWords;
             this.SortCode = rhs.SortCode;
             this.Description = rhs.Description;
         }
@@ -49,6 +51,21 @@
         public string Material { get; set; }
 
         /// <summary>
+        /// 鍙傛暟
+        /// </summary>
+        public string Paras { get; set; }
+
+        /// <summary>
+        /// 鏍囩
+        /// </summary>
+        public string Flags { get; set; }
+
+        /// <summary>
+        /// 鏍囧織
+        /// </summary>
+        public string TagName { get; set; }
+
+        /// <summary>
         /// 绯绘暟
         /// </summary>
         public double MinorLoss { get; set; }
@@ -56,7 +73,7 @@
         /// <summary>
         /// 璇嗗埆鍏抽敭瀛�
         /// </summary>
-        public string KeyWord { get; set; }
+        public string KeyWords { get; set; }
 
         /// <summary>
         /// 鎺掑簭鐮�
@@ -71,9 +88,9 @@
         /// <summary>
         ///
         /// </summary>
-        public AssetsPumpGroupAndMainMap Clone()
+        public AssetsPumpGroupAndMainMapping Clone()
         {
-            return (AssetsPumpGroupAndMainMap)this.MemberwiseClone();
+            return (AssetsPumpGroupAndMainMapping)this.MemberwiseClone();
         }
 
         object ICloneable.Clone()

--
Gitblit v1.9.3