From 71bb1a3f33cf83f17533db640cdfc135f8fc925c Mon Sep 17 00:00:00 2001 From: haoxiaoyong Date: Sat, 29 Feb 2020 11:46:20 +0800 Subject: [PATCH] add README.md --- mybatis-plus-example/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mybatis-plus-example/README.md b/mybatis-plus-example/README.md index 6ca3ae3..64177da 100644 --- a/mybatis-plus-example/README.md +++ b/mybatis-plus-example/README.md @@ -2,4 +2,8 @@ plus-curd(CRUD接口) -plus-condition(条件构造器) \ No newline at end of file +plus-condition(条件构造器) + +plus-generator(代码生成器) + +plus-page(分页插件) \ No newline at end of file