Resize A4
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kamonwan taengsuk
2024-08-26 12:03:02 +07:00
parent 8f6a0b8c14
commit 8e90a5c766
15 changed files with 205 additions and 10 deletions

View File

@@ -18,6 +18,7 @@ namespace rmutr_report.Models
{
public int? topic_type { get; set; }
public bool? is_other { get; set; }
public int? row { get; set; }
public int? row_no1 { get; set; }
public int? row_no2 { get; set; }
public int? row_no3 { get; set; }