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