This commit is contained in:
Nakorn Rientrakrunchai
2020-08-16 05:22:17 +07:00
parent 9ad85c83fa
commit cd176eb1d5
8 changed files with 52 additions and 12 deletions

View File

@@ -16,7 +16,8 @@ namespace TodoAPI2.Models
public int? org_id { get; set; }
public int? round_id { get; set; }
public Guid? round_id { get; set; }
public string round_text { get; set; }
}
}