liding
2025-05-15 f907eef6c477ceb583d742f3d1a9779eb82fa96e
src/main/java/com/ruoyi/basic/service/ICustomerService.java
@@ -52,11 +52,12 @@
     */
    int deleteCustomerByIds(Long[] ids);
    List<Customer> selectCustomerListByIds(Long[] ids);
    /**
     * 删除客户档案信息
     * 查询客户信息
     *
     * @param id 客户档案主键
     * @return 结果
     */
    int deleteCustomerById(Long id);
    List customerList(Customer customer);
}