แก้ไข op 324,3247,3248

This commit is contained in:
Nakorn Rientrakrunchai
2020-08-23 16:36:26 +07:00
parent 3d72f494eb
commit 9244531bb0
8 changed files with 42 additions and 10 deletions

View File

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