From 847fb7063af8e80bd864709ba8e97f06dc87ac4f Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 19 十一月 2025 10:02:48 +0800
Subject: [PATCH] 20251118 查看送货情况列表默认“未送货”和“配送中”的学校 完成
---
CY_ECommercePlatform/CY.Model/EC/EC_OrderExtendExtend.cs | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/CY_ECommercePlatform/CY.Model/EC/EC_OrderExtendExtend.cs b/CY_ECommercePlatform/CY.Model/EC/EC_OrderExtendExtend.cs
index ef4934c..6ff89ca 100644
--- a/CY_ECommercePlatform/CY.Model/EC/EC_OrderExtendExtend.cs
+++ b/CY_ECommercePlatform/CY.Model/EC/EC_OrderExtendExtend.cs
@@ -261,6 +261,15 @@
}
/// <summary>
+ /// 璁捐璁㈠崟涓嬪崟杩斿洖XiadanKeyid
+ /// </summary>
+ public int? XiadanKeyid
+ {
+ get;
+ set;
+ }
+
+ /// <summary>
/// 鏄惁缁撶畻 `1鏄�2鍚�
/// </summary>
public int? shifoujiesuan
@@ -949,6 +958,12 @@
theValue = this.shifoujiesuan;
}
+ else if ("XiadanKeyid".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 94)
+ {
+ this.XiadanKeyid = isChange ? MyConvert.ConvertToInt32(value) : this.XiadanKeyid;
+ theValue = this.XiadanKeyid;
+ }
+
#endregion
--
Gitblit v1.9.1