Fix: dir ems.agt change to be.ems

This commit is contained in:
2024-03-06 21:00:42 +08:00
parent bf3b97c788
commit 26e9f29241
331 changed files with 1266 additions and 1266 deletions

View File

@@ -5,12 +5,12 @@ import (
"strconv"
"time"
sysMenuService "ems.agt/features/sys_menu/service"
sysRoleService "ems.agt/features/sys_role/service"
"ems.agt/lib/core/cache"
"ems.agt/lib/core/vo"
"ems.agt/lib/dborm"
srcConfig "ems.agt/src/framework/config"
sysMenuService "be.ems/features/sys_menu/service"
sysRoleService "be.ems/features/sys_role/service"
"be.ems/lib/core/cache"
"be.ems/lib/core/vo"
"be.ems/lib/dborm"
srcConfig "be.ems/src/framework/config"
)
// 登录缓存用户信息

View File

@@ -4,7 +4,7 @@ import (
"database/sql"
"regexp"
"ems.agt/lib/dborm"
"be.ems/lib/dborm"
"xorm.io/xorm"
)

View File

@@ -7,7 +7,7 @@ import (
"net"
"time"
"ems.agt/lib/core/conf"
"be.ems/lib/core/conf"
)
// 定义MMLClient结构体

View File

@@ -10,9 +10,9 @@ import (
"path/filepath"
"strings"
"ems.agt/lib/core/vo"
commonConstants "ems.agt/src/framework/constants/common"
tokenConst "ems.agt/src/framework/constants/token"
"be.ems/lib/core/vo"
commonConstants "be.ems/src/framework/constants/common"
tokenConst "be.ems/src/framework/constants/token"
"github.com/gorilla/mux"
)

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"time"
"ems.agt/lib/log"
"be.ems/lib/log"
)
const (

View File

@@ -1,7 +1,7 @@
package vo
import (
"ems.agt/lib/dborm"
"be.ems/lib/dborm"
)
// LoginUser 登录用户身份权限信息对象

View File

@@ -1,6 +1,6 @@
package vo
// import sysmenu "ems.agt/features/sys_menu"
// import sysmenu "be.ems/features/sys_menu"
// TreeSelect 树结构实体类
type TreeSelect struct {