chore: 打包程序包变更nms_cxy

This commit is contained in:
TsMask
2024-03-19 18:40:07 +08:00
parent 0f735bb666
commit a4c71a4d70
357 changed files with 1479 additions and 1885 deletions

View File

@@ -1,18 +1,18 @@
package controller
import (
"nms_nbi/src/framework/config"
commonConstants "nms_nbi/src/framework/constants/common"
tokenConstants "nms_nbi/src/framework/constants/token"
"nms_nbi/src/framework/i18n"
"nms_nbi/src/framework/utils/ctx"
tokenUtils "nms_nbi/src/framework/utils/token"
"nms_nbi/src/framework/vo"
"nms_nbi/src/framework/vo/result"
libAccount "nms_nbi/src/lib_features/account"
commonModel "nms_nbi/src/modules/common/model"
commonService "nms_nbi/src/modules/common/service"
systemService "nms_nbi/src/modules/system/service"
"nms_cxy/src/framework/config"
commonConstants "nms_cxy/src/framework/constants/common"
tokenConstants "nms_cxy/src/framework/constants/token"
"nms_cxy/src/framework/i18n"
"nms_cxy/src/framework/utils/ctx"
tokenUtils "nms_cxy/src/framework/utils/token"
"nms_cxy/src/framework/vo"
"nms_cxy/src/framework/vo/result"
libAccount "nms_cxy/src/lib_features/account"
commonModel "nms_cxy/src/modules/common/model"
commonService "nms_cxy/src/modules/common/service"
systemService "nms_cxy/src/modules/system/service"
"github.com/gin-gonic/gin"
)