From 74e6f2ffdd48d33067b43e42134bfeb69f020ebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=95=8A=E5=B9=B3?= <951984189@qq.com> Date: Sun, 29 Sep 2019 11:43:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d0429f..4a0c2ac 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,8 @@ Node版后台基础框架基于[Egg.js](https://eggjs.org/zh-cn/)(阿里出品) ![努力开发中](https://cool-admin.com/img/work2.png) ![努力开发中](https://cool-admin.com/img/work3.png) - + + ## 快速开发6个接口 ## 数据模型 数据模型必须放在`app/entities/*`下,否则[typeorm](https://typeorm.io "typeorm")无法识别,如: ```js