first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace OpenWarehouse.auth.lib.Model.Account;
|
||||
|
||||
public class CreateUserModel()
|
||||
{
|
||||
public string? Username { get; set; }
|
||||
public string? Password { get; set; }
|
||||
public string? Email { get; set; }
|
||||
public string? Phone { get; set; }
|
||||
public string? Dialcode { get; set; }
|
||||
public List<string>? Roles { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user