mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-31 06:06:36 +08:00
feat: 支持手机号为空的临时账号
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Yi.Framework.Rbac.Domain.Entities
|
||||
{
|
||||
|
||||
}
|
||||
public UserAggregateRoot(string userName, string password, long phone, string? nick = null)
|
||||
public UserAggregateRoot(string userName, string password, long? phone, string? nick = null)
|
||||
{
|
||||
UserName = userName;
|
||||
EncryPassword.Password = password;
|
||||
|
||||
Reference in New Issue
Block a user