From 3f5aa5f14c56e55a05902c7e3b9b112eb23ee80d Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期三, 03 一月 2024 17:27:04 +0800 Subject: [PATCH] 采购类型修改 --- router/test/contract.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/router/test/contract.go b/router/test/contract.go index 3a7845c..7c4f6dc 100644 --- a/router/test/contract.go +++ b/router/test/contract.go @@ -1,8 +1,8 @@ package test import ( - "github.com/flipped-aurora/gin-vue-admin/server/api/v1" "github.com/gin-gonic/gin" + "srm/api/v1" ) type ContractRouter struct { -- Gitblit v1.8.0