chenrui
2025-05-20 487b30b77565d9b12f203a1234a93b80a8c59177
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);
}