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