增加新增专家功能

This commit is contained in:
范露尧
2023-09-14 21:16:41 +08:00
parent deba0675d7
commit 93e9ae19f8
6 changed files with 104 additions and 2 deletions

View File

@@ -111,5 +111,10 @@ namespace Vote.Services.Dto
return type.GetEnumDescription();
}
}
public class AddExpertInput
{
[Required]
public int expertnum { get; set; }
}
}
}