using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace CnasSynchrousModel
{
public class FoxProOpenParams: OpenSourceParams
{
///
/// 时间格式
///
public string timeFormat { get; set; }
///
/// 自定义查询语句
///
public FoxProAutoSql autosql { get; set; }
///
/// 特殊补充方法
///
public FoxProSpecialDataTableOpera specialMethod { get; set; }
}
}