Update README.md

This commit is contained in:
sunkaixuan
2019-04-29 19:58:26 +08:00
committed by GitHub
parent 9e837a92c7
commit 1540d2b3d0

View File

@@ -367,7 +367,6 @@ sdb.GetById(1);
sdb.GetList();
sdb.DeleteById(1);
sdb.Update(obj);
//sdb.xxx ..
```