Browse Source

修改包名

pull/93/head
zhangxin 3 years ago
parent
commit
58a7b38fe9
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      dao/me/BomHead.dao.go

+ 3
- 3
dao/me/BomHead.dao.go View File

@ -3,9 +3,9 @@
package me package me
import ( 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" "github.com/go-xorm/xorm"
) )


Loading…
Cancel
Save