From ee87c4ceb1a22800f8151db590bc732ca21158c6 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 23 一月 2025 08:59:20 +0800
Subject: [PATCH] 黑白印件的“后道工序”修改为:

---
 CY_ECommercePlatform/CY.Model/EC/EC_OrderBasic.cs |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/CY_ECommercePlatform/CY.Model/EC/EC_OrderBasic.cs b/CY_ECommercePlatform/CY.Model/EC/EC_OrderBasic.cs
index 01e16cb..15f14f2 100644
--- a/CY_ECommercePlatform/CY.Model/EC/EC_OrderBasic.cs
+++ b/CY_ECommercePlatform/CY.Model/EC/EC_OrderBasic.cs
@@ -53,6 +53,10 @@
         private bool? _isDeferPay;
         private bool? _isPrint;
         private int? _outid;
+
+        public string Duiyinghetongbianhao { get; set; }
+
+        
         /// <summary>
         /// 鍞竴缂栧彿
         /// </summary>
@@ -335,6 +339,12 @@
                 _outid = value;
             }
         }
+
+        /// <summary>
+        /// 鏄惁鐣欐牱 1鏄� 鍏朵粬鍚�
+        /// </summary>
+        public int? LiuyangStatus { get; set; }
+
         #endregion Model
     }
 }

--
Gitblit v1.9.1