update
This commit is contained in:
22
Models/Hrregister/hr_discipline.cs
Normal file
22
Models/Hrregister/hr_discipline.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace rmutr_report.Models.Hrregister
|
||||
{
|
||||
public class hr_discipline
|
||||
{
|
||||
public string year_name_th { get; set; }
|
||||
public List<hr_discipline_detail> data { get; set; }
|
||||
}
|
||||
|
||||
public class hr_discipline_detail
|
||||
{
|
||||
public string display_name_th { get; set; }
|
||||
public string agency_name_th { get; set; }
|
||||
public string rate_number { get; set; }
|
||||
public string directive_number { get; set; }
|
||||
public string signing_date { get; set; }
|
||||
public string punishment_date { get; set; }
|
||||
public string punishment_type { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user