using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OpenAuth.App.FormScheme.Response
{
public class ComponentPropsModel
{
///
/// 表名
///
public string DataTable { get; set; }
///
/// 字段
///
public string FieldName { get; set; }
}
}