feat: gen model
This commit is contained in:
@@ -6,6 +6,7 @@ package main
|
||||
import (
|
||||
"backend/common/service/http"
|
||||
"backend/common/service/migrate"
|
||||
"backend/common/service/model"
|
||||
|
||||
"git.ipao.vip/rogeecn/atom"
|
||||
log "github.com/sirupsen/logrus"
|
||||
@@ -16,6 +17,7 @@ func main() {
|
||||
atom.Name("qvyun"),
|
||||
http.Command(),
|
||||
migrate.Command(),
|
||||
model.Command(),
|
||||
}
|
||||
|
||||
if err := atom.Serve(opts...); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user