From ecd6579a740346bb1adf53f280971909fb66778f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?old=E6=98=93?= <156663459@qq.com> Date: Wed, 25 Oct 2023 10:57:46 +0800 Subject: [PATCH] feat bug bfixed --- New_College.Model/Models/SysRegion.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/New_College.Model/Models/SysRegion.cs b/New_College.Model/Models/SysRegion.cs index 8a84d45..91d063c 100644 --- a/New_College.Model/Models/SysRegion.cs +++ b/New_College.Model/Models/SysRegion.cs @@ -46,7 +46,5 @@ namespace New_College.Model.Models [SugarColumn(ColumnDataType = "nvarchar", Length = 40, IsNullable = true)] public string PinYin { get; set; } - [SugarColumn(IsNullable = true)] - public int IsOpen { get; set; } } }