From 92e79fbe3809eacc685824247b6739007a4fcf56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=AF=85?= <2667210109@qq.com> Date: Mon, 16 Sep 2024 13:58:51 +0800 Subject: [PATCH] Revert "11" This reverts commit 7263b201c58d5c53afe552b82b5c3c6c428b1ba8. --- asg_form/Controllers/Teamregistration/RegisterController.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/asg_form/Controllers/Teamregistration/RegisterController.cs b/asg_form/Controllers/Teamregistration/RegisterController.cs index b8b4740..814b0ce 100644 --- a/asg_form/Controllers/Teamregistration/RegisterController.cs +++ b/asg_form/Controllers/Teamregistration/RegisterController.cs @@ -22,7 +22,6 @@ 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; } @@ -188,8 +187,6 @@ namespace asg_form.Controllers.Teamregistration var result = new { - code= 200, - message="", rows = Tasks, total = TotalRecords, };