huminmin
20 小时以前 271f4a25576ac6c2c8f2c4eb4c9782d6eef85124
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);