Browse Source

修改包名

pull/2/head
zhangxin 3 years ago
parent
commit
6328f51b44
4 changed files with 9 additions and 9 deletions
  1. +3
    -3
      dao/etl/TaskDSTime.dao.go
  2. +3
    -3
      dao/etl/implments/TaskDSTime.dao.impl.go
  3. +2
    -2
      meta/etl/TaskDSTime.meta.go
  4. +1
    -1
      models/etl/TaskDSTime.model.go

+ 3
- 3
dao/etl/TaskDSTime.dao.go View File

@ -3,9 +3,9 @@
package etl
import (
"LAPP_GAAS_GFrame_BACKEND/dao/etl/implments"
"LAPP_GAAS_GFrame_BACKEND/grmi"
model "LAPP_GAAS_GFrame_BACKEND/models/etl"
"LAPP_ETL/dao/etl/implments"
"LAPP_ETL/grmi"
model "LAPP_ETL/models/etl"
"github.com/go-xorm/xorm"
)


+ 3
- 3
dao/etl/implments/TaskDSTime.dao.impl.go View File

@ -3,9 +3,9 @@
package implments
import (
"LAPP_GAAS_GFrame_BACKEND/grmi"
meta "LAPP_GAAS_GFrame_BACKEND/meta/etl"
model "LAPP_GAAS_GFrame_BACKEND/models/etl"
"LAPP_ETL/grmi"
meta "LAPP_ETL/meta/etl"
model "LAPP_ETL/models/etl"
"github.com/go-xorm/xorm"
"xorm.io/core"
)


+ 2
- 2
meta/etl/TaskDSTime.meta.go View File

@ -3,8 +3,8 @@
package etl
import (
"LAPP_GAAS_GFrame_BACKEND/grmi"
model "LAPP_GAAS_GFrame_BACKEND/models/etl"
"LAPP_ETL/grmi"
model "LAPP_ETL/models/etl"
)
/******************************************************************************


+ 1
- 1
models/etl/TaskDSTime.model.go View File

@ -3,7 +3,7 @@
package etl
import (
"LAPP_GAAS_GFrame_BACKEND/grmi"
"LAPP_ETL/grmi"
"xorm.io/core"
)


Loading…
Cancel
Save