From 1cb49b04ae6709e6054c328f5ed12bff9ca014c8 Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期二, 12 十一月 2024 09:21:57 +0800 Subject: [PATCH] no message --- CoreCms.Net.Model/Entities/Order/CoreCmsOrderItem.cs | 29 +++++++++++++++++++++-------- 1 files changed, 21 insertions(+), 8 deletions(-) diff --git a/CoreCms.Net.Model/Entities/Order/CoreCmsOrderItem.cs b/CoreCms.Net.Model/Entities/Order/CoreCmsOrderItem.cs index b22c403..e82337d 100644 --- a/CoreCms.Net.Model/Entities/Order/CoreCmsOrderItem.cs +++ b/CoreCms.Net.Model/Entities/Order/CoreCmsOrderItem.cs @@ -1,12 +1,13 @@ /*********************************************************************** - * Project: CoreCms - * ProjectName: 鏍稿績鍐呭绠$悊绯荤粺 - * Web: https://www.corecms.net - * Author: 澶х伆鐏� - * Email: jianweie@163.com - * CreateTime: 2021-06-08 22:14:58 + * Project: baifenBinfa + * ProjectName: 鐧惧垎鍏垫硶绠$悊绯荤粺 + * Web: http://chuanyin.com + * Author: + * Email: 34161541@qq.com + * CreateTime: 2024-03-01 22:14:58 * Description: 鏆傛棤 -***********************************************************************/ +***********************************************************************/ +using Chuanyin.Attribute; using SqlSugar; using System.ComponentModel.DataAnnotations; @@ -15,7 +16,7 @@ /// <summary> /// 璁㈠崟鏄庣粏琛� /// </summary> - [SugarTable("CoreCmsOrderItem",TableDescription = "璁㈠崟鏄庣粏琛�")] + [SugarTable("CoreCmsOrderItem",TableDescription = "璁㈠崟鏄庣粏琛�")] public partial class CoreCmsOrderItem { /// <summary> @@ -166,5 +167,17 @@ [Display(Name = "鏇存柊鏃堕棿")] [SugarColumn(ColumnDescription = "鏇存柊鏃堕棿", IsNullable = true)] public System.DateTime? updateTime { get; set; } + + /// <summary> + /// 瀹氬埗璐� + /// </summary> + [SugarColumn(ColumnDescription = "瀹氬埗璐�", IsNullable = true)] + public decimal? CustomizableMoney { get; set; } + + /// <summary> + /// 鏄惁瀹氬埗 + /// </summary> + [SugarColumn(ColumnDescription = "鏄惁瀹氬埗", IsNullable = true)] + public bool? IsCustomizable { get; set; } } } \ No newline at end of file -- Gitblit v1.9.1