namespace Tiobon.Core.Model; public class Ghre_CertificateControl { public string groupName { get; set; } public List groupList { get; set; } = new List(); } public class Ghre_CertificateControlItem { public string label { get; set; } public string field { get; set; } public string type { get; set; } }