From 5d6cb15ac86d9174393cb9d1538d69b567e2c26c Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期四, 09 五月 2024 08:56:50 +0800
Subject: [PATCH] 修改货品编辑bug
---
CoreCms.Net.Model/Entities/Order/CoreCmsOrder.cs | 11 +++--------
1 files changed, 3 insertions(+), 8 deletions(-)
diff --git a/CoreCms.Net.Model/Entities/Order/CoreCmsOrder.cs b/CoreCms.Net.Model/Entities/Order/CoreCmsOrder.cs
index 43a1c9d..47c08f9 100644
--- a/CoreCms.Net.Model/Entities/Order/CoreCmsOrder.cs
+++ b/CoreCms.Net.Model/Entities/Order/CoreCmsOrder.cs
@@ -1,7 +1,7 @@
/***********************************************************************
- * Project: CoreCms
+ * Project: baifenBinfa
* ProjectName: 鐧惧垎鍏垫硶绠$悊绯荤粺
- * Web: hhtp://chuanyin.com
+ * Web: http://chuanyin.com
* Author:
* Email:
* CreateTime: 2021/10/18 11:51:30
@@ -416,12 +416,7 @@
/// 浼樻儬鍒镐俊鎭�
/// </summary>
[Display(Name = "浼樻儬鍒镐俊鎭�")]
-
-
-
-
-
- public System.String coupon { get; set; }
+ public System.String coupon { get; set; }
/// <summary>
--
Gitblit v1.9.1