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