แก้ response probation

This commit is contained in:
kittapath 2024-11-04 18:00:35 +07:00
parent 0df7f2ebf3
commit 6713ec6cf0
9 changed files with 539 additions and 560 deletions

View file

@ -3,7 +3,7 @@
public class ProbationAssignResponse
{
public bool successful { get; set; }
public Data data { get; set; }
public Data result { get; set; }
public class Data
{