Update README.md

This commit is contained in:
sunkaixuan 2018-02-02 14:52:01 +08:00 committed by GitHub
parent 392442f2ea
commit 3efaf7f5b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ https://github.com/sunkaixuan/SqlSugar/tree/master
#Demo # Let's look at a DEMO first
``` ```
//创建一个DbContext类使用DbSet(或者SimpleClient) //创建一个DbContext类使用DbSet(或者SimpleClient)
public class DbContext public class DbContext
@ -65,7 +65,7 @@ public class Business : DbContext
} }
``` ```
# Detailed usage introduction
## 1. Query ## 1. Query