using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace CnasSynchrousModel
{
public class TableMessageParam : ApiBaseParam
{
///
/// 自定义查询
///
public AutoSql AutoSql { get; set; }
///
/// 条件参数
///
public ConditionParams Condition { get; set; }
}
}