feat bug bfixed

develop
old易 2023-10-25 10:57:46 +08:00
parent fe93ce1089
commit ecd6579a74
1 changed files with 0 additions and 2 deletions

View File

@ -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; }
}
}