From e0c41d644ec4ec263bc299c0ceba9193ab435a15 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 12 十一月 2025 08:50:46 +0800
Subject: [PATCH] 20251111 设计订单需要看到设计要求和设计费的情况
---
CY_ECommercePlatform/CY.Model/EC/EC_OrderBasicExtend.cs | 30 +++++++++++++++++++++++++++++-
1 files changed, 29 insertions(+), 1 deletions(-)
diff --git a/CY_ECommercePlatform/CY.Model/EC/EC_OrderBasicExtend.cs b/CY_ECommercePlatform/CY.Model/EC/EC_OrderBasicExtend.cs
index 71ecc6e..ed282cd 100644
--- a/CY_ECommercePlatform/CY.Model/EC/EC_OrderBasicExtend.cs
+++ b/CY_ECommercePlatform/CY.Model/EC/EC_OrderBasicExtend.cs
@@ -542,6 +542,24 @@
}
/// <summary>
+ /// 璁捐璁㈠崟涓嬪崟杩斿洖XiadanKeyid
+ /// </summary>
+ public int? XiadanKeyid
+ {
+ get;
+ set;
+ }
+
+ /// <summary>
+ /// 鏄惁缁撶畻 `1鏄�2鍚�
+ /// </summary>
+ public int? shifoujiesuan
+ {
+ get;
+ set;
+ }
+
+ /// <summary>
/// 璁捐浜哄憳
/// </summary>
public int? Shejirenyuan
@@ -1409,7 +1427,17 @@
this.Shejiyaoqiuneiye2 = isChange ? MyConvert.ConvertToString(value) : this.Shejiyaoqiuneiye2;
theValue = this.Shejiyaoqiuneiye2;
}
-
+ else if ("shifoujiesuan".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 141)
+ {
+ this.shifoujiesuan = isChange ? MyConvert.ConvertToInt32(value) : this.shifoujiesuan;
+ theValue = this.shifoujiesuan;
+ }
+ else if ("XiadanKeyid".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 142)
+ {
+ this.XiadanKeyid = isChange ? MyConvert.ConvertToInt32(value) : this.XiadanKeyid;
+ theValue = this.XiadanKeyid;
+ }
+
#endregion
--
Gitblit v1.9.1