v1.0.7
This commit is contained in:
13
CC.Yi.Model/result_user.cs
Normal file
13
CC.Yi.Model/result_user.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Microsoft.AspNetCore.Identity;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace CC.Yi.Model
|
||||
{
|
||||
public class result_user : IdentityUser
|
||||
{
|
||||
//你可以在这里添加你额外需要的字段例如
|
||||
//public int level { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user