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 | 78 ++++++++++++++++++++++++++++++++++++---
1 files changed, 72 insertions(+), 6 deletions(-)
diff --git a/Admin.NET/FZCZTB.NET.MD/TenderOrder.cs b/Admin.NET/FZCZTB.NET.MD/TenderOrder.cs
index 1634e02..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>
/// 璐ㄧ枒鏈夋棤
@@ -228,7 +246,7 @@
/// <summary>
- /// 璁㈠崟鐘舵��
+ /// 璁㈠崟鐘舵�� 1淇濆瓨 2 鍙戝竷 3 涓爣
/// </summary>
[SugarColumn(IsNullable = true, ColumnDescription = "璁㈠崟鐘舵��")]
public int? OrderStatus { get; set; }
@@ -267,10 +285,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 +318,7 @@
/// <summary>
/// 涓爣渚涘簲鍟嗗鍚�
/// </summary>
- [SugarColumn(IsNullable = true, ColumnDescription = "涓爣渚涘簲鍟嗗鍚�", Length = 100)]
+ [SugarColumn(IsNullable = true, ColumnDescription = "涓爣渚涘簲鍟嗗鍚�", Length = 2000)]
public string ZhongbiaoName { get; set; }
/// <summary>
@@ -311,10 +341,31 @@
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 = "涓爣鏃堕棿")]
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
@@ -322,5 +373,20 @@
[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; }
+
+
+ /// <summary>
+ /// 鍙戝竷瑙掕壊
+ /// </summary>
+ [SugarColumn(Length = 200, IsNullable = true, ColumnDescription = "鍙戝竷瑙掕壊")]
+ public string CustomerLogoinType { get; set; }
+
}
}
--
Gitblit v1.9.1