oying-system/src/main/java/com/oying/modules/system/service/MerchantService.java
@@ -56,4 +56,6 @@ * @throws IOException / */ void download(List<Merchant> all, HttpServletResponse response) throws IOException; List<Merchant> findByUserId(Long userId); }