liyong
5 天以前 191c7f6da55c418f00fc99151156f9815d230160
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);