liding
2025-05-27 9b0b9f0576ccb9e02202ca4ba23dcbdb3ca5d2e8
src/main/java/com/ruoyi/basic/service/ICustomerService.java
@@ -53,4 +53,11 @@
    int deleteCustomerByIds(Long[] ids);
    List<Customer> selectCustomerListByIds(Long[] ids);
    /**
     * 查询客户信息
     *
     * @return 结果
     */
    List customerList(Customer customer);
}