流程模板

This commit is contained in:
xiangheng
2023-12-09 15:19:05 +08:00
parent fac5f013be
commit d00e477094
10 changed files with 631 additions and 2 deletions

View File

@@ -44,7 +44,9 @@ func RegisterGroup(rg *gin.RouterGroup) {
dept.DeptRoute(rg)
system.RoleRoute(rg)
log.LogRoute(rg)
ArticleCollectRoute(rg)
FlowTemplateRoute(rg)
captcha.CaptchaRoute(rg)
}