From fc0be4068295c4772015f1635378c7464830d304 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期三, 26 六月 2024 12:29:58 +0800 Subject: [PATCH] 修改 --- CoreCms.Net.Model/Entities/baifenbingfa/puhuo/Puhuo.cs | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/CoreCms.Net.Model/Entities/baifenbingfa/puhuo/Puhuo.cs b/CoreCms.Net.Model/Entities/baifenbingfa/puhuo/Puhuo.cs index 0576a67..06d7ba5 100644 --- a/CoreCms.Net.Model/Entities/baifenbingfa/puhuo/Puhuo.cs +++ b/CoreCms.Net.Model/Entities/baifenbingfa/puhuo/Puhuo.cs @@ -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