sknYearAndSeason.js 243 Bytes
module.exports=function(app) {
		/*基础商品列表*/
	app.get("/sknYearAndSeason/index","goods.basegoods.sknYearAndSeason",function(){
		this.$extend={
			moduleName:'商品管理',
			pageName:'批量修改货品年、货品季'
		}
	});
}