From f8ed0a1ee63cad489c67caaf76e9527a06da2947 Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期三, 29 五月 2024 17:01:56 +0800
Subject: [PATCH] no message
---
CoreCms.Net.Model/Entities/Order/CoreCmsOrder.cs | 28 ++++++++++++++++++----------
1 files changed, 18 insertions(+), 10 deletions(-)
diff --git a/CoreCms.Net.Model/Entities/Order/CoreCmsOrder.cs b/CoreCms.Net.Model/Entities/Order/CoreCmsOrder.cs
index 43a1c9d..10c964c 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>
@@ -554,7 +549,20 @@
public System.DateTime? updateTime { get; set; }
-
-
+
+
+
+
+ /// <summary>
+ /// 璁″垝璁㈠崟id ALTER TABLE [CoreCmsOrder] ADD [planorderId] [nvarchar](255) NULL;
+ /// </summary>
+ [Display(Name = "璁″垝璁㈠崟id")]
+
+
+ [StringLength(maximumLength: 255, ErrorMessage = "{0}涓嶈兘瓒呰繃{1}瀛�")]
+ [SugarColumn(IsNullable = true)]
+
+ public System.String planorderId { get; set; }
+
}
}
--
Gitblit v1.9.1