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

@@ -1,6 +1,6 @@
package vo
import systemModel "ems.agt/src/modules/system/model"
import systemModel "be.ems/src/modules/system/model"
// LoginUser 登录用户身份权限信息对象
type LoginUser struct {

View File

@@ -1,7 +1,7 @@
package result
import (
"ems.agt/src/framework/constants/result"
"be.ems/src/framework/constants/result"
)
// CodeMsg 响应结果

View File

@@ -1,6 +1,6 @@
package vo
import systemModel "ems.agt/src/modules/system/model"
import systemModel "be.ems/src/modules/system/model"
// TreeSelect 树结构实体类
type TreeSelect struct {