From 24f914a80d01fa8e5c6cfcba14ae59a6c0a117a8 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期一, 25 八月 2025 09:39:22 +0800 Subject: [PATCH] 修改 --- Admin.NET/FZCZTB.NET.MD/TenderOrderBidding.cs | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 46 insertions(+), 0 deletions(-) diff --git a/Admin.NET/FZCZTB.NET.MD/TenderOrderBidding.cs b/Admin.NET/FZCZTB.NET.MD/TenderOrderBidding.cs index 71747ad..88501a9 100644 --- a/Admin.NET/FZCZTB.NET.MD/TenderOrderBidding.cs +++ b/Admin.NET/FZCZTB.NET.MD/TenderOrderBidding.cs @@ -35,6 +35,12 @@ [SugarColumn(Length = 512, IsNullable = true, ColumnDescription = "鎶曟爣鏂囦欢")] public string Touboaowenjian { get; set; } + /// <summary> + /// 鎶曟爣鏂囦欢name + /// </summary> + [SugarColumn(Length = 512, IsNullable = true, ColumnDescription = "鎶曟爣鏂囦欢Name")] + public string TouboaowenjianName { get; set; } + /// <summary> /// 鏄惁涓爣 @@ -80,6 +86,46 @@ [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "鏀粯杩斿洖鏍囧彿")] public string TradeNo { get; set; } + /// <summary> + /// 鍒涘缓鑰匔usExtendId + /// </summary> + [OwnerUser] + [SugarColumn(ColumnDescription = "鍒涘缓鑰匔usExtendId", IsOnlyIgnoreUpdate = true)] + public long? CusExtendId { get; set; } + + + + + /// <summary> + /// 鏄惁鏀粯浠g悊璐� + /// </summary> + [SugarColumn(IsNullable = true, ColumnDescription = "鏄惁鏀粯浠g悊璐�")] + public bool? IsDailiTransfer { get; set; } + + /// <summary> + /// 浠g悊璐规敮浠樻椂闂� + /// </summary> + [SugarColumn(IsNullable = true, ColumnDescription = "浠g悊璐规敮浠樻椂闂�")] + public DateTime? DailiTransferTime { get; set; } + + + /// <summary> + /// 浠g悊璐规敮浠樼紪鍙� + /// </summary> + [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "浠g悊璐规敮浠樼紪鍙�")] + public string DailiTransferNo { get; set; } + + /// <summary> + ///浠g悊鏀粯閲戦 + /// </summary> + [SugarColumn(IsNullable = true, ColumnDescription = "浠g悊鏀粯閲戦")] + public decimal? DailiZhifujine { get; set; } + + /// <summary> + /// 浠g悊鏀粯杩斿洖鏍囧彿 + /// </summary> + [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "浠g悊鏀粯杩斿洖鏍囧彿")] + public string DailiTradeNo { get; set; } } -- Gitblit v1.9.1