mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-08 07:30:01 +08:00
8 lines
187 B
Bash
8 lines
187 B
Bash
#!/bin/bash
|
|
|
|
# generate usermodel with cache
|
|
goctl model -src ./sql/user.sql -dir ./model -c true
|
|
|
|
# generate usercoursemodel without cache
|
|
goctl model -src ./sql/course.sql -dir ./model
|