From 44e7987a5884ea2aa334bccca6983d9536c1e69b Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期二, 21 五月 2024 11:57:33 +0800 Subject: [PATCH] no message --- CoreCms.Net.Model/Entities/Order/CoreCmsOrder.cs | 34 +++++++++++++++++++++------------- 1 files changed, 21 insertions(+), 13 deletions(-) diff --git a/CoreCms.Net.Model/Entities/Order/CoreCmsOrder.cs b/CoreCms.Net.Model/Entities/Order/CoreCmsOrder.cs index 7a89292..10c964c 100644 --- a/CoreCms.Net.Model/Entities/Order/CoreCmsOrder.cs +++ b/CoreCms.Net.Model/Entities/Order/CoreCmsOrder.cs @@ -1,9 +1,9 @@ /*********************************************************************** - * Project: CoreCms - * ProjectName: 鏍稿績鍐呭绠$悊绯荤粺 - * Web: https://www.corecms.net - * Author: 澶х伆鐏� - * Email: jianweie@163.com + * Project: baifenBinfa + * ProjectName: 鐧惧垎鍏垫硶绠$悊绯荤粺 + * Web: http://chuanyin.com + * Author: + * Email: * CreateTime: 2021/10/18 11:51:30 * Description: 鏆傛棤 ***********************************************************************/ @@ -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