mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-21 02:57:54 +08:00
全面修改Id为Guid类型,为2.0版做准备
This commit is contained in:
@@ -24,7 +24,7 @@ namespace OpenAuth.App.ViewModel
|
||||
/// 用户ID
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public int Id { get; set; }
|
||||
public Guid Id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 名称
|
||||
|
Reference in New Issue
Block a user