using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OpenAuth.App.FormScheme.Response { public class FormTabNewModel { /// /// 表单组件集合 /// public List Schemas { get; set; } } }