From ecf02e3e499544ffcb9d0b4ca9b38fa8c0e30bb6 Mon Sep 17 00:00:00 2001 From: sunkaixuan <610262374@qq.com> Date: Mon, 29 Apr 2019 20:34:20 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f60d628e3..698bfd12c 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ public class Student } ``` + ## 1. SqlSugarClient.Queryable We use it to query @@ -108,6 +109,7 @@ JoinType.Left,st.SchoolId==sc.Id [View more >> ](https://github.com/sunkaixuan/SqlSugar/wiki/1.Queryable) + ## 2. SqlSugarClient.Updateable We use it to Update ```cs