@@ -57,10 +57,10 @@ git clone http://code.dashoo.cn/dashoo/modi_v2.git cd gf-cli && go build main.go
### 快速开始
#### 1、数据库表结构映射
```lua
-gf gen dao -p base/ -t base_product -l "mysql:root:Dashoo#190801@ali@tcp(192.168.0.252:3306)/dashoo_crm"
+gf gen dao -mode plat -t plat_followup -l "mysql:root:Dashoo#190801@ali@tcp(192.168.0.252:3306)/dashoo_crm"
-t 表名
-l 数据库链接
--p 路径
+-mode 目录
```
#### 2、创建Service、Handler类