删除测试代码
This commit is contained in:
parent
0e256bc912
commit
71ba8e7b55
|
@ -22,7 +22,6 @@ func DBTables() {
|
||||||
model.ExaFileChunk{},
|
model.ExaFileChunk{},
|
||||||
model.ExaCustomer{},
|
model.ExaCustomer{},
|
||||||
model.SysOperationRecord{},
|
model.SysOperationRecord{},
|
||||||
model.TestMore{},
|
|
||||||
)
|
)
|
||||||
global.GVA_LOG.Debug("register table success")
|
global.GVA_LOG.Debug("register table success")
|
||||||
}
|
}
|
||||||
|
|
|
@ -38,7 +38,6 @@ func Routers() *gin.Engine {
|
||||||
router.InitSysDictionaryDetailRouter(ApiGroup) // 字典详情管理
|
router.InitSysDictionaryDetailRouter(ApiGroup) // 字典详情管理
|
||||||
router.InitSysDictionaryRouter(ApiGroup) // 字典管理
|
router.InitSysDictionaryRouter(ApiGroup) // 字典管理
|
||||||
router.InitSysOperationRecordRouter(ApiGroup)
|
router.InitSysOperationRecordRouter(ApiGroup)
|
||||||
router.InitTestMoreRouter(ApiGroup)
|
|
||||||
global.GVA_LOG.Info("router register success")
|
global.GVA_LOG.Info("router register success")
|
||||||
return Router
|
return Router
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue