feat:完善项目

This commit is contained in:
henry
2021-11-02 16:22:07 +08:00
parent 690cd96bed
commit 20d81825e1
81 changed files with 5394 additions and 3700 deletions

View File

@ -1,9 +1,9 @@
package model
import (
"Edu/config"
"Edu/serve/logger"
"Edu/utils"
"ArmedPolice/config"
"ArmedPolice/serve/logger"
"ArmedPolice/utils"
"fmt"
"os"
"path"
@ -42,7 +42,7 @@ func init() {
dir, err := os.Getwd()
output := "/app/common/model"
output := "../..//app/common/model"
output = path.Join(dir, output)