goods.priceExport.js 225 Bytes
module.exports=function(app) {
	app.get("/goods/price/export","goods.priceExport.Index",function(){
        this.$extend={
            moduleName:"商品管理",
            pageName:"商品价格导出"
        }
    });
	
}