From f210a0e0fc0552bfacb2489de099bd512b8e74e7 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 05 十一月 2025 09:03:39 +0800
Subject: [PATCH] 提交
---
Admin.NET/FZCZTB.NET.MD/TenderOrder.cs | 33 +++++++++++++++++++++++++++++----
1 files changed, 29 insertions(+), 4 deletions(-)
diff --git a/Admin.NET/FZCZTB.NET.MD/TenderOrder.cs b/Admin.NET/FZCZTB.NET.MD/TenderOrder.cs
index 9d78141..0391692 100644
--- a/Admin.NET/FZCZTB.NET.MD/TenderOrder.cs
+++ b/Admin.NET/FZCZTB.NET.MD/TenderOrder.cs
@@ -3,6 +3,7 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
+using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
@@ -48,9 +49,9 @@
public string Caigoufangshi { get; set; }
/// <summary>
- /// 閲囪喘閬囩畻
+ /// 閲囪喘棰勭畻
/// </summary>
- [SugarColumn(IsNullable = true, ColumnDescription = "閲囪喘閬囩畻")]
+ [SugarColumn(IsNullable = true, ColumnDescription = "閲囪喘棰勭畻", Length = 18, DecimalDigits = 4)]
public decimal? Caigouyusuan { get; set; }
/// <summary>
@@ -62,14 +63,26 @@
/// <summary>
/// 鎶ュ悕璐�
/// </summary>
- [SugarColumn(IsNullable = true, ColumnDescription = "鎶ュ悕璐�")]
+ [SugarColumn(IsNullable = true, ColumnDescription = "鎶ュ悕璐�", Length = 18, DecimalDigits = 4)]
public decimal? Baomingfei { get; set; }
/// <summary>
/// 鎶曟爣淇濊瘉閲�
/// </summary>
- [SugarColumn(IsNullable = true, ColumnDescription = "鎶曟爣淇濊瘉閲�")]
+ [SugarColumn(IsNullable = true, ColumnDescription = "鎶曟爣淇濊瘉閲�", Length = 18, DecimalDigits = 4)]
public decimal? Toubiaobaozhengjin { get; set; }
+
+ /// <summary>
+ /// 灞ョ害淇濊瘉閲�
+ /// </summary>
+ [SugarColumn(IsNullable = true, ColumnDescription = "鎶曟爣淇濊瘉閲�",Length = 18, DecimalDigits = 4)]
+ public decimal? LVyuebaozhengjin { get; set; }
+
+ /// <summary>
+ /// 鎷涙爣浠g悊璐�
+ /// </summary>
+ [SugarColumn(IsNullable = true, ColumnDescription = "鎶曟爣淇濊瘉閲�", Length = 18, DecimalDigits = 4)]
+ public decimal? Zhaobiaodailifei { get; set; }
/// <summary>
@@ -212,6 +225,11 @@
public string DailijingliLianxidianhua { get; set; }
+ /// <summary>
+ /// 鏄惁鎺ュ彈淇濆嚱
+ /// </summary>
+ [SugarColumn(IsNullable = true, ColumnDescription = "鏄惁鎺ュ彈淇濆嚱")]
+ public bool? Isbaohan { get; set; }
/// <summary>
/// 璐ㄧ枒鏈夋棤
@@ -363,5 +381,12 @@
[SugarColumn(ColumnDescription = "鍒涘缓鑰匔usExtendId", IsOnlyIgnoreUpdate = true)]
public long? CusExtendId { get; set; }
+
+ /// <summary>
+ /// 鍙戝竷瑙掕壊
+ /// </summary>
+ [SugarColumn(Length = 200, IsNullable = true, ColumnDescription = "鍙戝竷瑙掕壊")]
+ public string CustomerLogoinType { get; set; }
+
}
}
--
Gitblit v1.9.1