From 20fa1468ee1ca54f7af19fae94da8a70ab29344f Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期二, 22 十月 2024 14:14:22 +0800 Subject: [PATCH] 修改重新发起支付逻辑 --- cylsg/cylsg.Model/OrderModel/Order.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/cylsg/cylsg.Model/OrderModel/Order.cs b/cylsg/cylsg.Model/OrderModel/Order.cs index 11195c5..6e14730 100644 --- a/cylsg/cylsg.Model/OrderModel/Order.cs +++ b/cylsg/cylsg.Model/OrderModel/Order.cs @@ -104,6 +104,12 @@ [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> /// 鎷涘伐鐘舵�� -- Gitblit v1.9.1