mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-08 15:39:59 +08:00
5 lines
98 B
Bash
5 lines
98 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
# generate usermodel with cache
|
||
|
|
goctl model -src ./sql/user.sql -dir ./model -c true
|