diff --git a/src/Falcon.StoredProcedureRunner/IRunner.cs b/src/Falcon.StoredProcedureRunner/IRunner.cs
index 0ac9fba..569bd3f 100644
--- a/src/Falcon.StoredProcedureRunner/IRunner.cs
+++ b/src/Falcon.StoredProcedureRunner/IRunner.cs
@@ -17,25 +17,6 @@ namespace Falcon.StoredProcedureRunner
/// 参数数据
int Execute(DbContext db,TPrarmType data);
- ///
- /// 根据模型定义参数执行存储过程进行查询,参数类型必须定义ReturnTypeAttribute特性
- ///
- /// 存储过程参数类型
- /// 数据上下文
- /// 存储过程参数
- /// 返回类型枚举FalconSPReturnTypeAttribute定义的类型枚举。
- IEnumerable