From 89879d47da4c63103ec38595c5dd014a12c01cca Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 02 七月 2024 16:36:24 +0800
Subject: [PATCH] 计划订单修改样式
---
CoreCms.Net.Model/Entities/Order/CoreCmsOrder.cs | 51 +++++++++++++++++++++++++++++----------------------
1 files changed, 29 insertions(+), 22 deletions(-)
diff --git a/CoreCms.Net.Model/Entities/Order/CoreCmsOrder.cs b/CoreCms.Net.Model/Entities/Order/CoreCmsOrder.cs
index 43a1c9d..5ffc8d4 100644
--- a/CoreCms.Net.Model/Entities/Order/CoreCmsOrder.cs
+++ b/CoreCms.Net.Model/Entities/Order/CoreCmsOrder.cs
@@ -1,13 +1,14 @@
/***********************************************************************
- * Project: CoreCms
+ * Project: baifenBinfa
* ProjectName: 鐧惧垎鍏垫硶绠$悊绯荤粺
- * Web: hhtp://chuanyin.com
+ * Web: http://chuanyin.com
* Author:
* Email:
* CreateTime: 2021/10/18 11:51:30
* Description: 鏆傛棤
***********************************************************************/
+using Chuanyin.Attribute;
using SqlSugar;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
@@ -17,6 +18,7 @@
/// <summary>
/// 璁㈠崟琛�
/// </summary>
+
public partial class CoreCmsOrder
{
/// <summary>
@@ -175,11 +177,9 @@
/// <summary>
/// 閰嶉�佹柟寮忓悕绉�
/// </summary>
- [Display(Name = "閰嶉�佹柟寮忓悕绉�")]
-
+ [Display(Name = "閰嶉�佹柟寮忓悕绉�")]
- [StringLength(maximumLength:50,ErrorMessage = "{0}涓嶈兘瓒呰繃{1}瀛�")]
-
+ [StringLength(maximumLength:50,ErrorMessage = "{0}涓嶈兘瓒呰繃{1}瀛�")]
public System.String logisticsName { get; set; }
@@ -221,7 +221,7 @@
/// <summary>
- /// 鍞悗鐘舵��
+ /// 鏀惰揣鐘舵��
/// </summary>
[Display(Name = "鍞悗鐘舵��")]
@@ -278,8 +278,13 @@
public System.String shipAddress { get; set; }
-
-
+
+ /// <summary>
+ /// 鏀惰揣鍦板潃瀹氫綅
+ /// </summary>
+ [Display(Name = "鏀惰揣鍦板潃瀹氫綅")]
+ [SugarColumn(ColumnDescription = "鏀惰揣鍦板潃瀹氫綅",IsNullable = true)]
+ public System.String shipCoordinate { get; set; }
/// <summary>
/// 鏀惰揣浜哄鍚�
/// </summary>
@@ -416,12 +421,7 @@
/// 浼樻儬鍒镐俊鎭�
/// </summary>
[Display(Name = "浼樻儬鍒镐俊鎭�")]
-
-
-
-
-
- public System.String coupon { get; set; }
+ public System.String coupon { get; set; }
/// <summary>
@@ -548,13 +548,20 @@
/// 鏇存柊鏃堕棿
/// </summary>
[Display(Name = "鏇存柊鏃堕棿")]
-
-
-
-
-
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