using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OpenAuth.App.FormScheme.Response { /// /// 表单页签模型 /// public class FormTabModel { /// /// 表单组件集合 /// public List Components { get; set; } } }