From 7263b201c58d5c53afe552b82b5c3c6c428b1ba8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=82=9C=E7=BF=94?= <2307953404@qq.com> Date: Sun, 15 Sep 2024 21:56:59 +0800 Subject: [PATCH] 11 --- asg_form/Controllers/Teamregistration/RegisterController.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/asg_form/Controllers/Teamregistration/RegisterController.cs b/asg_form/Controllers/Teamregistration/RegisterController.cs index 814b0ce..b8b4740 100644 --- a/asg_form/Controllers/Teamregistration/RegisterController.cs +++ b/asg_form/Controllers/Teamregistration/RegisterController.cs @@ -22,6 +22,7 @@ namespace asg_form.Controllers.Teamregistration { public class ComformDB { + public long id { get; set; } public string chinaname { get; set; } public int user_id { get; set; } public int sex { get; set; } @@ -187,6 +188,8 @@ namespace asg_form.Controllers.Teamregistration var result = new { + code= 200, + message="", rows = Tasks, total = TotalRecords, };