From 1978a2687b298a69bc72d6eda0be8235bbca37d8 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 01 九月 2025 13:22:12 +0800
Subject: [PATCH] 修改了一些字段

---
 Admin.NET/FZCZTB.NET.MD/TenderOrder.cs |   47 ++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 44 insertions(+), 3 deletions(-)

diff --git a/Admin.NET/FZCZTB.NET.MD/TenderOrder.cs b/Admin.NET/FZCZTB.NET.MD/TenderOrder.cs
index c73065e..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>
@@ -307,8 +319,14 @@
         /// <summary>
         /// 涓爣鏂囦欢
         /// </summary>
-        [SugarColumn(Length = 2000, IsNullable = true, ColumnDescription = "涓爣鏂囦欢")]
+        [SugarColumn(Length = 512, IsNullable = true, ColumnDescription = "涓爣鏂囦欢")]
         public string Zhongbiaowenjian { get; set; }
+
+        /// <summary>
+        /// 涓爣鏂囦欢Name
+        /// </summary>
+        [SugarColumn(Length = 512, IsNullable = true, ColumnDescription = "涓爣鏂囦欢涓爣鏂囦欢Name")]
+        public string ZhongbiaowenjianName { get; set; }
 
         /// <summary>
         /// 涓爣鏃堕棿
@@ -316,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