From 24f914a80d01fa8e5c6cfcba14ae59a6c0a117a8 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 25 八月 2025 09:39:22 +0800
Subject: [PATCH] 修改

---
 Admin.NET/FZCZTB.NET.MD/TenderOrder.cs |   25 ++++++++++++++++++++++++-
 1 files changed, 24 insertions(+), 1 deletions(-)

diff --git a/Admin.NET/FZCZTB.NET.MD/TenderOrder.cs b/Admin.NET/FZCZTB.NET.MD/TenderOrder.cs
index 921d258..9d78141 100644
--- a/Admin.NET/FZCZTB.NET.MD/TenderOrder.cs
+++ b/Admin.NET/FZCZTB.NET.MD/TenderOrder.cs
@@ -228,7 +228,7 @@
 
 
         /// <summary>
-        /// 璁㈠崟鐘舵��
+        /// 璁㈠崟鐘舵�� 1淇濆瓨 2 鍙戝竷  3 涓爣
         /// </summary>
         [SugarColumn(IsNullable = true, ColumnDescription = "璁㈠崟鐘舵��")]
         public int? OrderStatus { get; set; }
@@ -334,11 +334,34 @@
         [SugarColumn(IsNullable = true, ColumnDescription = "涓爣鏃堕棿")]
         public DateTime? ZhongbiaoDate { get; set; }
 
+
+        /// <summary>
+        /// 涓爣鍏憡
+        /// </summary>
+        [SugarColumn(Length = 512, IsNullable = true, ColumnDescription = "涓爣鍏憡")]
+        public string Zhongbiaogonggao { get; set; }
+
+        /// <summary>
+        /// 涓爣鍏憡Name
+        /// </summary>
+        [SugarColumn(Length = 512, IsNullable = true, ColumnDescription = "涓爣鍏憡Name")]
+        public string ZhongbiaogonggaoName { get; set; }
+
+
+
         /// <summary>
         /// 涓爣tittle
         /// </summary>
         [SugarColumn(Length = 200, IsNullable = true, ColumnDescription = "涓爣tittle")]
         public string ZhongbiaoTittle { get; set; }
 
+
+        /// <summary>
+        /// 鍒涘缓鑰匔usExtendId
+        /// </summary>
+        [OwnerUser]
+        [SugarColumn(ColumnDescription = "鍒涘缓鑰匔usExtendId", IsOnlyIgnoreUpdate = true)]
+        public  long? CusExtendId { get; set; }
+
     }
 }

--
Gitblit v1.9.1