xin
2025-09-15 19dd09c5bebbc19f30da1e2a0959a474568ed311
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);
}