huminmin
9 天以前 52123c927f77f41f71461ef0d422525656bd7b6f
src/main/java/com/ruoyi/basic/service/ICustomerService.java
@@ -75,9 +75,9 @@
     */
    List<Map<String, Object>> customerList(Customer customer);
    List<Customer> selectCustomerLists(Customer customer);
    List<CustomerVo> selectCustomerLists(CustomerDto customer);
    AjaxResult importData(MultipartFile file);
    AjaxResult importData(MultipartFile file, Integer type);
    IPage<CustomerVo> selectCustomerList(Page<CustomerDto> page, CustomerDto customer);