From 08e54969dad49e068a985bd1374b68d453ee88d8 Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期五, 17 五月 2024 08:52:37 +0800 Subject: [PATCH] 修改job不能是物理删除 --- 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