add(test):添加单元测试

This commit is contained in:
2025-12-07 15:44:51 +08:00
170 changed files with 14260 additions and 18 deletions
+1 -1
View File
@@ -4,6 +4,6 @@
{
public string Username { get; set; }
public string Password { get; set; }
public string NickName { get; set; }
public string? NickName { get; set; }
}
}