bug fixed

This commit is contained in:
kamonwan taengsuk
2023-02-19 13:08:23 +07:00
parent 60836ddc96
commit 6b10902a30
4 changed files with 135 additions and 23 deletions

View File

@@ -22,7 +22,7 @@ namespace rmutr_report.Models
public string director { get; set; }
public string responsible_person { get; set; }
public string compiler_reporter { get; set; }
public decimal? value { get; set; }
public decimal? plan_value { get; set; }
public decimal? result { get; set; }
public string achieve { get; set; }
public string note { get; set; }