From 5193dcb9336e853502baf8a539d3f45efebe2f86 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期六, 26 八月 2023 21:55:56 +0800
Subject: [PATCH] 采购单增删改查

---
 initialize/other.go |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/initialize/other.go b/initialize/other.go
index 5d23aeb..6cdae43 100644
--- a/initialize/other.go
+++ b/initialize/other.go
@@ -3,8 +3,8 @@
 import (
 	"github.com/songzhibin97/gkit/cache/local_cache"
 
-	"github.com/flipped-aurora/gin-vue-admin/server/global"
-	"github.com/flipped-aurora/gin-vue-admin/server/utils"
+	"srm/global"
+	"srm/utils"
 )
 
 func OtherInit() {

--
Gitblit v1.8.0