From 6ab0870590763e83181a47d0e42039be4287329f Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 14 八月 2025 14:05:57 +0800
Subject: [PATCH] 修改附件

---
 Admin.NET/FZCZTB.NET.MD/TenderOrder.cs |   22 ++++++++++++++++++++--
 1 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/Admin.NET/FZCZTB.NET.MD/TenderOrder.cs b/Admin.NET/FZCZTB.NET.MD/TenderOrder.cs
index c73065e..921d258 100644
--- a/Admin.NET/FZCZTB.NET.MD/TenderOrder.cs
+++ b/Admin.NET/FZCZTB.NET.MD/TenderOrder.cs
@@ -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,10 +319,16 @@
         /// <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>
         /// 涓爣鏃堕棿
         /// </summary>
         [SugarColumn(IsNullable = true, ColumnDescription = "涓爣鏃堕棿")]

--
Gitblit v1.9.1