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