From ad64f9d240fb054856afe4ab9523062b2bc079b9 Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期三, 20 八月 2025 10:22:08 +0800 Subject: [PATCH] 完成客户企业资料改造和相关表修改和建立,基础APi建立完成 --- 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