xin
2025-09-12 01572e1f679e789e434e9cdfac491b54b68a0ec0
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);
}