From 24ac6e50da797cc3372f67f346618be86b86c4d1 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 21 十一月 2025 15:06:15 +0800
Subject: [PATCH] 提交
---
CY_ECommercePlatform/CY.Model/OA/CoreCmsPlanOrder.cs | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/CY_ECommercePlatform/CY.Model/OA/CoreCmsPlanOrder.cs b/CY_ECommercePlatform/CY.Model/OA/CoreCmsPlanOrder.cs
index 83af9f4..e6f6550 100644
--- a/CY_ECommercePlatform/CY.Model/OA/CoreCmsPlanOrder.cs
+++ b/CY_ECommercePlatform/CY.Model/OA/CoreCmsPlanOrder.cs
@@ -245,6 +245,23 @@
/// </summary>
public string biaoge { get; set; }
+ /// <summary>
+ /// 缂栧彿
+ /// </summary>
+
+
+ public int? Bianhao { get; set; }
+
+
+ /// <summary>
+ /// 缂栧彿
+ /// </summary>
+
+
+ public int? DeliverState { get; set; }
+
+
+
#endregion Model
#region Visiter
@@ -395,6 +412,18 @@
this.FirmId = isChange ? MyConvert.ConvertToGuid(value) : FirmId;
theValue = this.FirmId;
}
+ else if ("Bianhao".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 22)
+ {
+ this.Bianhao = isChange ? MyConvert.ConvertToInt32(value) : Bianhao;
+ theValue = this.Bianhao;
+ }
+
+ else if ("DeliverState".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 23)
+ {
+ this.DeliverState = isChange ? MyConvert.ConvertToInt32(value) : DeliverState;
+ theValue = this.DeliverState;
+ }
+
return theValue;
}
--
Gitblit v1.9.1