feat优化字典数据错误判断写法

This commit is contained in:
zhangwenjian
2021-05-08 13:53:27 +08:00
committed by wenjianzhang
parent c6d94c03fb
commit c6a52134b3
69 changed files with 591 additions and 479 deletions
+8
View File
@@ -0,0 +1,8 @@
package api
import "go-admin/app/other/router"
func init() {
//注册路由 fixme 其他应用的路由,在本目录新建文件放在init方法
AppRouters = append(AppRouters, router.InitRouter)
}