gongchunyi
3 天以前 040c5e8ff19498cb2409bc9a470748cf1aedfbd8
src/main/java/com/ruoyi/basic/service/ICustomerService.java
@@ -78,4 +78,8 @@
    List<Customer> selectCustomerLists(Customer customer);
    AjaxResult importData(MultipartFile file);
    //同步客户数据
    void syncCustomerJob();
}