mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-30 05:11:25 +08:00
【新增】资源管理模块
This commit is contained in:
@@ -87,6 +87,7 @@ func InitRouter() *gin.Engine {
|
||||
res := router.Group("resource")
|
||||
{
|
||||
resRouter.InitResOssRouter(res)
|
||||
resRouter.InitResEmailsRouter(res)
|
||||
}
|
||||
return router
|
||||
}
|
||||
|
||||
@@ -40,6 +40,7 @@ func InitTable() {
|
||||
devEntity.DevGenTable{},
|
||||
devEntity.DevGenTableColumn{},
|
||||
resSourceEntity.ResOss{},
|
||||
resSourceEntity.ResEmail{},
|
||||
),
|
||||
"初始化表失败")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user