From b5435a4a54cf362961cdfd958c4c78efe0478224 Mon Sep 17 00:00:00 2001
From: ningshuxia <ningshuxia0927@outlook.com>
Date: 星期二, 06 五月 2025 16:05:40 +0800
Subject: [PATCH] 主界面修改

---
 Service/HStation.Service.Assets.Core/01-entity/04-Fourlink/AssetsFourlinkMain.cs |   26 ++++++++++++++++++++++----
 1 files changed, 22 insertions(+), 4 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 c1eebb5..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
@@ -3,11 +3,11 @@
 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>
         ///
@@ -22,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;
         }
@@ -48,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; }
@@ -55,7 +73,7 @@
         /// <summary>
         /// 璇嗗埆鍏抽敭瀛�
         /// </summary>
-        public string KeyWord { get; set; }
+        public string KeyWords { get; set; }
 
         /// <summary>
         /// 鎺掑簭鐮�

--
Gitblit v1.9.3