liyong
2026-05-15 0578c6c76f13e367b5dc7d0882efe3c69ca4cb0e
src/main/java/com/ruoyi/basic/service/ICustomerService.java
@@ -48,7 +48,7 @@
     * @param customer 客户档案
     * @return 结果
     */
    int insertCustomer(Customer customer);
    int insertCustomer(CustomerDto customer);
    /**
     * 修改客户档案
@@ -56,7 +56,7 @@
     * @param customer 客户档案
     * @return 结果
     */
    int updateCustomer(Customer customer);
    int updateCustomer(CustomerDto customer);
    /**
     * 批量删除客户档案