first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace OpenWarehouse.auth.lib.Model.Account;
|
||||
|
||||
public class AccountDetailRespond
|
||||
{
|
||||
public string? Id { get; set; }
|
||||
public string? DialCode { get; set; }
|
||||
public string? Email { get; set; }
|
||||
public string? UserName { get; set; }
|
||||
public string? Phone { get; set; }
|
||||
|
||||
public Dictionary<string, string> Problems { get; set; } = new();
|
||||
}
|
||||
Reference in New Issue
Block a user