mager: 合并11.3版本,包名和主线一样方便复制

This commit is contained in:
TsMask
2024-11-23 18:54:02 +08:00
parent c0368c07ef
commit d5954d40c8
514 changed files with 24451 additions and 17932 deletions

View File

@@ -1,6 +1,6 @@
package vo
import systemModel "nms_cxy/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 (
constResult "nms_cxy/src/framework/constants/result"
constResult "be.ems/src/framework/constants/result"
)
// CodeMsg 响应结果

View File

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