This commit is contained in:
kamonwan taengsuk
2023-07-13 18:36:43 +07:00
parent 133651f764
commit be208e3f5c
6 changed files with 7 additions and 7 deletions

View File

@@ -41,7 +41,7 @@ namespace rmutr_report.Models
public class budget_personnel_list_2 //ค่าจ้างชั่วคราว
{
public string list { get; set; }
public string topic { get; set; }
public decimal? rate { get; set; }
public decimal? total { get; set; }
public List<budget_rate> budget_rates { get; set; }
@@ -49,7 +49,7 @@ namespace rmutr_report.Models
public class budget_rate //อัตราเดิม/อัตราใหม่
{
public string list { get; set; }
public string topic { get; set; }
public decimal? rate { get; set; }
public decimal? total { get; set; }
public List<budget_rate_details> details { get; set; }