modify app to atom

This commit is contained in:
yanghao05
2023-01-28 11:11:12 +08:00
parent 19562329ed
commit be06e1f1e3
19 changed files with 53 additions and 53 deletions

View File

@@ -1,10 +1,10 @@
package controller
import (
"app/modules/system/dao"
"app/modules/system/dto"
"app/modules/system/service"
"app/providers/config"
"atom/modules/system/dao"
"atom/modules/system/dto"
"atom/modules/system/service"
"atom/providers/config"
"github.com/gin-gonic/gin"
)