This commit is contained in:
kamonwan taengsuk
2023-03-17 19:07:48 +07:00
parent 3ba45fb90a
commit 7878d8ae9e
7 changed files with 97 additions and 61 deletions

View File

@@ -343,8 +343,12 @@ namespace rmutr_report.Models
public string clause3 { get; set; }
public string percentage1 { get; set; }
public string percentage2 { get; set; }
public string target { get; set; }
public string results { get; set; }
public string target1 { get; set; }
public string target2 { get; set; }
public string target3 { get; set; }
public string results1 { get; set; }
public string results2 { get; set; }
public string results3 { get; set; }
public string clause4 { get; set; }
public decimal? expenses { get; set; }
}

View File

@@ -94,8 +94,12 @@ namespace rmutr_report.Models
public string clause3 { get; set; }
public string percentage1 { get; set; }
public string percentage2 { get; set; }
public string target { get; set; }
public string results { get; set; }
public string target1 { get; set; }
public string target2 { get; set; }
public string target3 { get; set; }
public string results1 { get; set; }
public string results2 { get; set; }
public string results3 { get; set; }
public string clause4 { get; set; }
public decimal? expenses { get; set; }
}