chenrui
2025-05-09 e9f2adb9ddc511c62e1628fbd527ba7cda8294d4
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);
}