refactor: 移除 UserStatus 属性

This commit is contained in:
Argo-Tianyi 2021-12-25 12:35:59 +08:00
parent 578bfc6710
commit b0a3a35396
1 changed files with 0 additions and 1 deletions

View File

@ -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)