add field

This commit is contained in:
kamonwan taengsuk
2023-07-13 10:28:56 +07:00
parent 79f179be3e
commit b262a42200
2 changed files with 18 additions and 12 deletions

View File

@@ -14,6 +14,7 @@ namespace rmutr_report.Models
public string list { get; set; }
public decimal? target_quantity { get; set; }
public decimal? kpi_quantity { get; set; }
public decimal? achievement_quantity { get; set; }
public decimal? strategy_quantity { get; set; }
}
}