From bdf219497bf1b34ecc31fc9d9d01818d8b84228c Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 27 十一月 2025 09:09:21 +0800
Subject: [PATCH] 工作分工 组织架构 图片 工作职责 工作内容
---
CY_ECommercePlatform/CY.Model/OA/CoreCmsPlanOrder.cs | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/CY_ECommercePlatform/CY.Model/OA/CoreCmsPlanOrder.cs b/CY_ECommercePlatform/CY.Model/OA/CoreCmsPlanOrder.cs
index 6ae4683..e6f6550 100644
--- a/CY_ECommercePlatform/CY.Model/OA/CoreCmsPlanOrder.cs
+++ b/CY_ECommercePlatform/CY.Model/OA/CoreCmsPlanOrder.cs
@@ -252,6 +252,16 @@
public int? Bianhao { get; set; }
+
+ /// <summary>
+ /// 缂栧彿
+ /// </summary>
+
+
+ public int? DeliverState { get; set; }
+
+
+
#endregion Model
#region Visiter
@@ -407,6 +417,12 @@
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