using System.Collections.Generic; namespace rmutr_report.Models.HrDevelopment { public class company_database { public string faculty_name { get; set; } public List data { get; set; } } public class company_database_detail { public string company_name { get; set; } public string address { get; set; } public string company_type { get; set; } public string mou { get; set; } public string phone_no { get; set; } public string note { get; set; } } }