From 73b7364217b29191fd72bcdff984da4f805100ae Mon Sep 17 00:00:00 2001 From: haoxiaoyong Date: Sat, 29 Feb 2020 11:41:26 +0800 Subject: [PATCH] add README.md --- mybatis-plus-example/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 mybatis-plus-example/README.md diff --git a/mybatis-plus-example/README.md b/mybatis-plus-example/README.md new file mode 100644 index 0000000..6ca3ae3 --- /dev/null +++ b/mybatis-plus-example/README.md @@ -0,0 +1,5 @@ +### mybatis-plus-example + +plus-curd(CRUD接口) + +plus-condition(条件构造器) \ No newline at end of file