'use strict'; const Service = require('../service/baseService'); class BannerService extends Service { tag() { return this.ctx.model.BannerModel; } } module.exports = BannerService;