From 58a7b38fe93a21735d6a69b93b699d27503d68c0 Mon Sep 17 00:00:00 2001 From: zhangxin Date: Fri, 20 Aug 2021 08:44:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8C=85=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dao/me/BomHead.dao.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dao/me/BomHead.dao.go b/dao/me/BomHead.dao.go index 1d38561..e7d2161 100644 --- a/dao/me/BomHead.dao.go +++ b/dao/me/BomHead.dao.go @@ -3,9 +3,9 @@ package me import ( - "LAPP_GAAS_GFrame_BACKEND/dao/me/implments" - "LAPP_GAAS_GFrame_BACKEND/grmi" - model "LAPP_GAAS_GFrame_BACKEND/models/me" + "LAPP_LF_MOM_BACKEND/dao/me/implments" + "LAPP_LF_MOM_BACKEND/grmi" + model "LAPP_LF_MOM_BACKEND/models/me" "github.com/go-xorm/xorm" )