chenrui
3 天以前 d241b67a5728d4f2bb0d33e4921229a4bf15e250
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);
}