1
0
mirror of https://github.com/beego/bee.git synced 2025-07-11 08:01:01 +00:00

Using beego/beego

This commit is contained in:
Ming Deng
2020-12-14 00:44:48 +08:00
parent bc846b254e
commit 9d68c302bd
21 changed files with 43 additions and 540 deletions

View File

@ -145,7 +145,7 @@ import (
"reflect"
"strings"
{{timePkg}}
"github.com/astaxie/beego/client/orm"
"github.com/beego/beego/client/orm"
)
{{modelStruct}}