zepengdev
2025-09-17 3c9e545c80af5515264f28dd60c46b1147281581
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);
}