Fix: dir ems.agt change to be.ems
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package result
|
||||
|
||||
import (
|
||||
"ems.agt/src/framework/constants/result"
|
||||
"be.ems/src/framework/constants/result"
|
||||
)
|
||||
|
||||
// CodeMsg 响应结果
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user