增加新增专家功能
This commit is contained in:
@@ -111,5 +111,10 @@ namespace Vote.Services.Dto
|
||||
return type.GetEnumDescription();
|
||||
}
|
||||
}
|
||||
public class AddExpertInput
|
||||
{
|
||||
[Required]
|
||||
public int expertnum { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user