读取永辉excel文件

This commit is contained in:
苏尹岚
2019-11-11 09:51:10 +08:00
parent 6a37def14f
commit 9de07d2ea1
4 changed files with 166 additions and 0 deletions

View File

@@ -126,6 +126,11 @@ func init() {
&controllers.ReportController{},
),
),
beego.NSNamespace("/yonghui",
beego.NSInclude(
&controllers.YongHuiController{},
),
),
)
beego.AddNamespace(ns)