refactor: 移除 UserStatus 属性
This commit is contained in:
parent
578bfc6710
commit
b0a3a35396
|
@ -44,7 +44,6 @@ namespace BootstrapAdmin.DataAccess.PetaPoco
|
|||
var resultColumns = new List<string>
|
||||
{
|
||||
nameof(Models.User.Checked),
|
||||
nameof(Models.User.UserStatus),
|
||||
nameof(Models.User.Period),
|
||||
nameof(Models.User.NewPassword),
|
||||
nameof(Models.User.IsReset)
|
||||
|
|
Loading…
Reference in New Issue