This commit is contained in:
@@ -24,7 +24,7 @@ namespace rmutr_report.Models.RoThree
|
||||
|
||||
public class calculate_meeting_expenses_data_datail
|
||||
{
|
||||
public int? topic_type { get; set; } //1 2
|
||||
public int? topic_type { get; set; } //1 สีเหลือง 2 ข้อย่อย
|
||||
public string no { get; set; }
|
||||
public string row_no { get; set; }
|
||||
public string topic_name { get; set; }
|
||||
|
||||
@@ -17,4 +17,18 @@ namespace rmutr_report.Models
|
||||
public decimal? quantity_work { get; set; }
|
||||
public decimal? total_amount { get; set; }
|
||||
}
|
||||
public class control_cost_construction_wages
|
||||
{
|
||||
|
||||
public decimal? total_amount { get; set; }
|
||||
public List<control_cost_construction_wages_detail> data { get; set; }
|
||||
}
|
||||
public class control_cost_construction_wages_detail
|
||||
{
|
||||
public decimal? quantity_day { get; set; }
|
||||
public decimal? quantity_person { get; set; }
|
||||
public decimal? amount { get; set; }
|
||||
public decimal? quantity_work { get; set; }
|
||||
public decimal? total_amount { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user