Browse Source

feature:README.md修改

ZZH-wl 3 years ago
parent
commit
0df3d691df
1 changed files with 2 additions and 2 deletions
  1. 2 2
      opms_parent/README.md

+ 2 - 2
opms_parent/README.md

@@ -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类
 ```lua