liding
2025-05-15 f907eef6c477ceb583d742f3d1a9779eb82fa96e
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);
}