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 |   45 +++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 43 insertions(+), 2 deletions(-)

diff --git a/Admin.NET/FZCZTB.NET.MD/TenderOrder.cs b/Admin.NET/FZCZTB.NET.MD/TenderOrder.cs
index 1634e02..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; }
@@ -267,10 +267,22 @@
         public string Zhaobiaowenjian { get; set; }
 
         /// <summary>
+        /// 鎷涙爣鏂囦欢Name
+        /// </summary>
+        [SugarColumn(Length = 512, IsNullable = true, ColumnDescription = "鎷涙爣鏂囦欢Name")]
+        public string ZhaobiaowenjianName { get; set; }
+
+        /// <summary>
         /// 闄勪欢
         /// </summary>
         [SugarColumn(Length = 512, IsNullable = true, ColumnDescription = "闄勪欢")]
         public string Fujian { get; set; }
+
+        /// <summary>
+        /// 闄勪欢Name
+        /// </summary>
+        [SugarColumn(Length = 512, IsNullable = true, ColumnDescription = "闄勪欢Name")]
+        public string FujianName { get; set; }
 
         /// <summary>
         /// 寮�鏍囧湴鐐�
@@ -288,7 +300,7 @@
         /// <summary>
         /// 涓爣渚涘簲鍟嗗鍚�
         /// </summary>
-        [SugarColumn(IsNullable = true, ColumnDescription = "涓爣渚涘簲鍟嗗鍚�", Length = 100)]
+        [SugarColumn(IsNullable = true, ColumnDescription = "涓爣渚涘簲鍟嗗鍚�", Length = 2000)]
         public  string ZhongbiaoName { get; set; }
 
         /// <summary>
@@ -311,10 +323,31 @@
         public string Zhongbiaowenjian { get; set; }
 
         /// <summary>
+        /// 涓爣鏂囦欢Name
+        /// </summary>
+        [SugarColumn(Length = 512, IsNullable = true, ColumnDescription = "涓爣鏂囦欢涓爣鏂囦欢Name")]
+        public string ZhongbiaowenjianName { get; set; }
+
+        /// <summary>
         /// 涓爣鏃堕棿
         /// </summary>
         [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
@@ -322,5 +355,13 @@
         [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