- CreatePromotion

This commit is contained in:
gazebo
2018-10-13 20:28:20 +08:00
parent a96e0f4d9f
commit b158fd09ea
8 changed files with 355 additions and 24 deletions

View File

@@ -61,6 +61,11 @@ func init() {
&controllers.FinancialController{},
),
),
beego.NSNamespace("/promotion",
beego.NSInclude(
&controllers.PromotionController{},
),
),
)
beego.AddNamespace(ns)