Update README.md

This commit is contained in:
sunkaixuan 2019-04-29 20:50:43 +08:00 committed by GitHub
parent 616ef51eb3
commit 5166edd70a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ There are 16 methods under SqlSugarClient
## Create SqlSugarClient
All operations are based on SqlSugarClient
```cs
public List<Student> GetStudentList()
public List<Student> GetStudentList()
{
var db= GetInstance();
var list= db.Queryable<Student>().ToList();//Search