@@ -9,4 +9,5 @@ module.exports = app => {
require('./goodsRate')(app); // 商品评价
require('./goodsJoinAct')(app); // 平台活动商品关联
require('./shopInBill')(app); // 店铺流水
+ require('./shopCashOut')(app); // 店铺申请提现
};