From 376f3de70bfdd7905876123ba5a331c0aa176199 Mon Sep 17 00:00:00 2001
From: 小飞侠 <8277136+liaoxujun@user.noreply.gitee.com>
Date: 星期四, 25 九月 2025 09:10:29 +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