Fix the datacontract to request API
This commit is contained in:
@@ -2,5 +2,8 @@
|
||||
{
|
||||
public class JumpTypeReq
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user