From 18a8fab394f764e5b30c48c8e0d6887ef7d44cbf Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期二, 29 十月 2024 14:22:49 +0800 Subject: [PATCH] 取消拆单 --- CoreCms.Net.Model/Entities/Order/CoreCmsOrder.cs | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) diff --git a/CoreCms.Net.Model/Entities/Order/CoreCmsOrder.cs b/CoreCms.Net.Model/Entities/Order/CoreCmsOrder.cs index 5ffc8d4..fd44bea 100644 --- a/CoreCms.Net.Model/Entities/Order/CoreCmsOrder.cs +++ b/CoreCms.Net.Model/Entities/Order/CoreCmsOrder.cs @@ -18,7 +18,7 @@ /// <summary> /// 璁㈠崟琛� /// </summary> - + [SqlCodeFirst] public partial class CoreCmsOrder { /// <summary> @@ -563,5 +563,20 @@ public System.String planorderId { get; set; } + + + /// <summary> + /// 鍙戝竷鑰卌msUserID + /// </summary> + [SugarColumn(ColumnDescription = "鍙戝竷鑰卌msUserID", IsNullable = true)] + public int? publisherId { get; set; } + + /// <summary> + /// 鍘熻鍗旾D + /// </summary> + [SugarColumn(ColumnDescription = "鍘熻鍗旾D", IsNullable = true)] + public string oldOderId { get; set; } + + } } -- Gitblit v1.9.1