新增 用户备注 管理员再用户编辑时可填

This commit is contained in:
2024-10-30 15:34:18 +08:00
parent 3927fd21b5
commit 26d190afa1
7 changed files with 44 additions and 10 deletions
+2
View File
@@ -10,5 +10,7 @@
public string? UserName { get; set; }
public string? PhoneNumber { get; set; }
public List<string>? RoleNames { get; set; }
public string? Remark { get; set; }
}
}