自动化接口填充以及初始化数据制作

This commit is contained in:
pixel
2020-10-27 17:38:13 +08:00
parent 3f52783b30
commit 4e514dc83e
15 changed files with 582 additions and 10 deletions

View File

@@ -41,6 +41,7 @@ func Routers() *gin.Engine {
router.InitSysDictionaryRouter(ApiGroup) // 字典管理
router.InitSysOperationRecordRouter(ApiGroup) // 操作记录
router.InitEmailRouter(ApiGroup) // 邮件相关路由
router.InitWorkflowProcessRouter(ApiGroup) // 工作流创建相关接口
global.GVA_LOG.Info("router register success")
return Router