修改可空类型
This commit is contained in:
@@ -23,9 +23,9 @@ namespace Yi.Framework.Common.Abstract
|
||||
|
||||
public bool PhoneNumberVerified { get; set; }
|
||||
|
||||
public string[] Roles { get; set; }
|
||||
public string[]? Roles { get; set; }
|
||||
|
||||
public string[] Permission { get; set; }
|
||||
public string[]? Permission { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user