add(AuthController):新增鉴权控制器

fix(model):修复数据库字段映射问题
This commit is contained in:
2025-11-16 16:21:18 +08:00
14 changed files with 280 additions and 55 deletions
@@ -4,5 +4,6 @@
{
public string Username { get; set; }
public string Password { get; set; }
public string NickName { get; set; }
}
}