/** * @param {Egg.Application} app - egg application */ module.exports = app => { require('./user')(app); // 用户 };