Updated Repository (markdown)

2881099
2020-02-28 00:28:15 +08:00
parent 69b947e1ae
commit 43c6783caa

@@ -27,7 +27,7 @@ public class Song {
var curd = fsql.GetRepository<Song>(); var curd = fsql.GetRepository<Song>();
``` ```
> 注意:多线程不安全 > 注意:Repository对象多线程不安全
2、继承实现 2、继承实现