mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-05 00:37:21 +08:00
重构user控制器
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Yi.Framework.Model.Models
|
||||
public int? phone { get; set; }
|
||||
|
||||
|
||||
public IList<role> roles { get; set; }
|
||||
public List<role> roles { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user