Revert "11"

This reverts commit 7263b201c58d5c53afe552b82b5c3c6c428b1ba8.
This commit is contained in:
杨毅 2024-09-16 13:58:51 +08:00
parent 7263b201c5
commit 92e79fbe38

View File

@ -22,7 +22,6 @@ namespace asg_form.Controllers.Teamregistration
{ {
public class ComformDB public class ComformDB
{ {
public long id { get; set; }
public string chinaname { get; set; } public string chinaname { get; set; }
public int user_id { get; set; } public int user_id { get; set; }
public int sex { get; set; } public int sex { get; set; }
@ -188,8 +187,6 @@ namespace asg_form.Controllers.Teamregistration
var result = new var result = new
{ {
code= 200,
message="",
rows = Tasks, rows = Tasks,
total = TotalRecords, total = TotalRecords,
}; };