From 7f26cd7c3e492062418cdc7dbe9d7ce14cbe5f05 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期三, 26 六月 2024 11:47:37 +0800 Subject: [PATCH] 铺货修改 --- CoreCms.Net.Model/Entities/baifenbingfa/puhuo/Puhuo.cs | 24 +++++++++++++++++++++++- 1 files changed, 23 insertions(+), 1 deletions(-) diff --git a/CoreCms.Net.Model/Entities/baifenbingfa/puhuo/Puhuo.cs b/CoreCms.Net.Model/Entities/baifenbingfa/puhuo/Puhuo.cs index ddd39ef..06d7ba5 100644 --- a/CoreCms.Net.Model/Entities/baifenbingfa/puhuo/Puhuo.cs +++ b/CoreCms.Net.Model/Entities/baifenbingfa/puhuo/Puhuo.cs @@ -14,7 +14,7 @@ /// <summary> /// 閾鸿揣 /// </summary> - + [SqlCodeFirst] public class Puhuo : BFBaseModel { /// <summary> @@ -126,5 +126,27 @@ public System.Int32 tiaozhengnums { get; set; } + /// <summary> + /// 瀛︽牎鍚嶇О + /// </summary> + [Display(Name = "瀛︽牎鍚嶇О")] + [SugarColumn(IsIgnore = true)] + public string schoolName { get; set; } + + + /// <summary> + /// 鏀舵鏁伴噺 + /// </summary> + [Display(Name = "鏀舵鏁伴噺")] + [SugarColumn(ColumnDescription = "鏀舵鏁伴噺", IsNullable = true, DefaultValue = "0")] + public System.Int32? shoukuannums { get; set; } = 0; + /// <summary> + /// 閲戦 + /// </summary> + [Display(Name = "鏀舵閲戦")] + [SugarColumn(ColumnDescription = "鏀舵閲戦", IsNullable = true,DefaultValue = "0", Length = 18, DecimalDigits = 4)] + public System.Decimal? shoukuanamount { get; set; } = new decimal(0); + + } } -- Gitblit v1.9.1