mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-13 12:43:45 +08:00
gf2版本同步升级到v2.0.4,修复验证器兼容问题
This commit is contained in:
@@ -8,6 +8,7 @@ import (
|
||||
"github.com/gogf/gf/v2/util/gconv"
|
||||
)
|
||||
|
||||
// 配置
|
||||
var Config = config{}
|
||||
|
||||
type config struct{}
|
||||
|
||||
@@ -8,6 +8,7 @@ import (
|
||||
"github.com/gogf/gf/v2/util/gconv"
|
||||
)
|
||||
|
||||
// 部门
|
||||
var Dept = dept{}
|
||||
|
||||
type dept struct{}
|
||||
|
||||
@@ -6,6 +6,7 @@ import (
|
||||
"github.com/bufanyun/hotgo/app/service/sysService"
|
||||
)
|
||||
|
||||
// 字典
|
||||
var Dict = dict{}
|
||||
|
||||
type dict struct{}
|
||||
|
||||
@@ -8,6 +8,7 @@ import (
|
||||
"github.com/gogf/gf/v2/errors/gerror"
|
||||
)
|
||||
|
||||
// 日志
|
||||
var Log = log{}
|
||||
|
||||
type log struct{}
|
||||
|
||||
@@ -16,6 +16,7 @@ import (
|
||||
"github.com/gogf/gf/v2/util/gconv"
|
||||
)
|
||||
|
||||
// 会员
|
||||
var Member = member{}
|
||||
|
||||
type member struct{}
|
||||
|
||||
@@ -14,6 +14,7 @@ import (
|
||||
"github.com/gogf/gf/v2/util/gconv"
|
||||
)
|
||||
|
||||
// 菜单
|
||||
var Menu = menu{}
|
||||
|
||||
type menu struct{}
|
||||
|
||||
@@ -8,6 +8,7 @@ import (
|
||||
"github.com/gogf/gf/v2/util/gconv"
|
||||
)
|
||||
|
||||
// 公告
|
||||
var Notice = notice{}
|
||||
|
||||
type notice struct{}
|
||||
|
||||
@@ -8,6 +8,7 @@ import (
|
||||
"github.com/gogf/gf/v2/util/gconv"
|
||||
)
|
||||
|
||||
// 岗位
|
||||
var Post = post{}
|
||||
|
||||
type post struct{}
|
||||
|
||||
@@ -15,6 +15,7 @@ import (
|
||||
"github.com/gogf/gf/v2/util/gconv"
|
||||
)
|
||||
|
||||
// 角色
|
||||
var Role = role{}
|
||||
|
||||
type role struct{}
|
||||
|
||||
@@ -17,6 +17,7 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
// 基础
|
||||
var Base = base{}
|
||||
|
||||
type base struct{}
|
||||
|
||||
@@ -6,6 +6,7 @@ import (
|
||||
"github.com/bufanyun/hotgo/app/service/sysService"
|
||||
)
|
||||
|
||||
// 字典
|
||||
var Dict = dict{}
|
||||
|
||||
type dict struct{}
|
||||
|
||||
@@ -8,6 +8,7 @@ import (
|
||||
"github.com/gogf/gf/v2/errors/gerror"
|
||||
)
|
||||
|
||||
// 日志
|
||||
var Log = log{}
|
||||
|
||||
type log struct{}
|
||||
|
||||
@@ -12,6 +12,7 @@ import (
|
||||
"github.com/gogf/gf/v2/util/gconv"
|
||||
)
|
||||
|
||||
// 登录
|
||||
var Login = login{}
|
||||
|
||||
type login struct{}
|
||||
|
||||
@@ -9,6 +9,7 @@ import (
|
||||
"github.com/gogf/gf/v2/errors/gerror"
|
||||
)
|
||||
|
||||
// 会员
|
||||
var Member = member{}
|
||||
|
||||
type member struct{}
|
||||
|
||||
Reference in New Issue
Block a user