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 | 25 ++++++++++++++++++++++++-
1 files changed, 24 insertions(+), 1 deletions(-)
diff --git a/Admin.NET/FZCZTB.NET.MD/TenderOrder.cs b/Admin.NET/FZCZTB.NET.MD/TenderOrder.cs
index 921d258..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; }
@@ -334,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