ShaoJianan

Results 3 issues of ShaoJianan

比如这样的: ``` [ServiceBundle("api/{Service}")] public interface IOracleDBServcie : IServiceKey { Task Query(string sql); Task ExecuteScalar(string sql); Task Execute(string sql); } ``` 运行直接报错: ![image](https://user-images.githubusercontent.com/16971894/63396728-a93b8000-c3fa-11e9-815a-c4d5e24a635f.png)

Is there a way to delete duplicates?