namespace Tiobon.Core.Model; public class FormToolbar { public string fnKey { get; set; } public string fnTitle { get; set; } public string icon { get; set; } public bool display { get; set; } = true; }