From 0a0a51ce99bac56d091720461fc4ba4a3f473b55 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 09 十月 2024 17:09:53 +0800
Subject: [PATCH] 不录用显示问题
---
cylsg/cylsg.Model/OrderModel/Order.cs | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/cylsg/cylsg.Model/OrderModel/Order.cs b/cylsg/cylsg.Model/OrderModel/Order.cs
index d901ab2..6e14730 100644
--- a/cylsg/cylsg.Model/OrderModel/Order.cs
+++ b/cylsg/cylsg.Model/OrderModel/Order.cs
@@ -104,12 +104,25 @@
[SugarColumn(ColumnDescription = "宸ヤ环", Length = 18, DecimalDigits = 2, IsNullable = true)]
public decimal? WorkPrice { get; set; }
+ /// <summary>
+ /// 宸ヤ环涓婇檺
+ /// </summary>
+ [SugarColumn(ColumnDescription = "宸ヤ环涓婇檺", Length = 18, DecimalDigits = 2, IsNullable = true)]
+ public decimal? WorkPriceMax { get; set; }
+
/// <summary>
/// 鎷涘伐鐘舵��
/// </summary>
[SugarColumn(ColumnDescription = "鎷涘伐鐘舵��", IsNullable = true)]
public int? OrderStatus { get; set; }
+
+
+ /// <summary>
+ /// 鑷瀹夋帓宸ヤ綔鏃堕棿
+ /// </summary>
+ [SugarColumn(ColumnDescription = "鑷瀹夋帓宸ヤ綔鏃堕棿", IsNullable = true,DefaultValue = "0")]
+ public bool? Zixinganpai { get; set; }
}
--
Gitblit v1.9.1