添加项目文件。
This commit is contained in:
9
Atomx.Admin/Atomx.Admin.Client/Models/CurrentUser.cs
Normal file
9
Atomx.Admin/Atomx.Admin.Client/Models/CurrentUser.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Atomx.Admin.Client.Models
|
||||
{
|
||||
public class CurrentUser
|
||||
{
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public string Avatar { get; set; } = string.Empty;
|
||||
public string UserId { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user