From 25bad9a765c608079258012766a37a571b5243aa Mon Sep 17 00:00:00 2001
From: liaoxujun@qq.com <liaoxujun@qq.com>
Date: 星期三, 10 四月 2024 13:40:04 +0800
Subject: [PATCH] 处理推广Bug

---
 CoreCms.Net.Model/Entities/baifenbingfa/Promote/bloggers.cs |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CoreCms.Net.Model/Entities/baifenbingfa/Promote/bloggers.cs b/CoreCms.Net.Model/Entities/baifenbingfa/Promote/bloggers.cs
index 30d8205..107dc88 100644
--- a/CoreCms.Net.Model/Entities/baifenbingfa/Promote/bloggers.cs
+++ b/CoreCms.Net.Model/Entities/baifenbingfa/Promote/bloggers.cs
@@ -4,6 +4,7 @@
 using System;
 using System.Collections.Generic;
 using System.ComponentModel.DataAnnotations;
+using System.Data;
 using System.Linq;
 using System.Text;
 using System.Threading.Tasks;
@@ -53,8 +54,8 @@
         /// 绮変笣鏁伴噺
         /// </summary>		
         [Display(Name = "绮変笣鏁伴噺")]
-        [SugarColumn(ColumnDescription = "绮変笣鏁伴噺")]
-        public int followersCount { get; set; }
+        [SugarColumn(ColumnDescription = "绮変笣鏁伴噺",SqlParameterDbType = "decimal(12,4)",DefaultValue ="0.00")]
+        public decimal  followersCount { get; set; }
 
         /// <summary>
         /// 寰俊鍙�

--
Gitblit v1.9.1