mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-15 14:06:51 +08:00
修改可空类型
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