From f620d13e86f59f66cc797902a97914a4654d11f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=82=9C=E7=BF=94?= <2307953404@qq.com> Date: Mon, 16 Sep 2024 21:34:18 +0800 Subject: [PATCH] ? --- asg_form/Controllers/Teamregistration/RegisterController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asg_form/Controllers/Teamregistration/RegisterController.cs b/asg_form/Controllers/Teamregistration/RegisterController.cs index 8a14f9b..d5718cd 100644 --- a/asg_form/Controllers/Teamregistration/RegisterController.cs +++ b/asg_form/Controllers/Teamregistration/RegisterController.cs @@ -26,7 +26,7 @@ namespace asg_form.Controllers.Teamregistration } public class userMsg { - public long? id { get; set; } + public long id { get; set; } public string chinaname { get; set; } public int userId { get; set; } public int sex { get; set; }