feat bug bfixed
parent
fe93ce1089
commit
ecd6579a74
|
|
@ -46,7 +46,5 @@ namespace New_College.Model.Models
|
||||||
[SugarColumn(ColumnDataType = "nvarchar", Length = 40, IsNullable = true)]
|
[SugarColumn(ColumnDataType = "nvarchar", Length = 40, IsNullable = true)]
|
||||||
public string PinYin { get; set; }
|
public string PinYin { get; set; }
|
||||||
|
|
||||||
[SugarColumn(IsNullable = true)]
|
|
||||||
public int IsOpen { get; set; }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue