From 75939c71a404bb691c6074c93d76b0aa1afcbbe6 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期日, 29 九月 2024 09:35:46 +0800
Subject: [PATCH] 黑白印刷增加胶左

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

diff --git a/CY_ECommercePlatform/CY.Model/EC/EC_OrderBasicExtend.cs b/CY_ECommercePlatform/CY.Model/EC/EC_OrderBasicExtend.cs
index 798b6e9..3a86f41 100644
--- a/CY_ECommercePlatform/CY.Model/EC/EC_OrderBasicExtend.cs
+++ b/CY_ECommercePlatform/CY.Model/EC/EC_OrderBasicExtend.cs
@@ -393,6 +393,12 @@
             get;
             set;
         }
+
+        public bool? IsPrintfengqian
+        {
+            get;
+            set;
+        }
         public string shuliuang
         {
             get;
@@ -869,6 +875,12 @@
                 this.IsPrintbiaoqian = isChange ? MyConvert.ConvertIntToBoolean(value) : this.IsPrintbiaoqian;
                 theValue = this.IsPrintbiaoqian;
             }
+            else if ("IsPrintfengqian".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 97)
+            {
+                this.IsPrintfengqian = isChange ? MyConvert.ConvertIntToBoolean(value) : this.IsPrintfengqian;
+                theValue = this.IsPrintfengqian;
+            }
+            
 
             else if ("Kehuqianshou".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 88)
             {

--
Gitblit v1.9.1