feat(basic): 客户管理模块重构及数据库配置更新
- 更新数据库连接配置为本地环境设置
- 将模块从 staff 切换为 basic 模块
- 在 Customer 实体类中新增使用用户和使用状态字段
- 添加 CustomerDto 和 CustomerPrivateDto 数据传输对象
- 引入 CustomerPrivate 和 CustomerPrivatePool 实体类
- 创建 CustomerPrivateController 控制器实现增删改查功能
- 实现 CustomerPrivateMapper 数据访问层接口
- 更新 CustomerFollowUp 表关联字段从 customerId 到 customerPrivatePoolId
- 修改 CustomerReturnVisit 表关联字段为 customerPrivatePoolId
- 重构 CustomerServiceImpl 中的列表查询逻辑
- 添加 CustomerMapper 的 listPage 分页查询方法
- 创建 CustomerMapper.xml 映射文件实现复杂查询逻辑
- 更新 InvoiceLedgerMapper.xml 的分组查询条件
- 修改回访提醒任务中的客户ID参数传递
- 添加销售台账中客户私海池的相关处理逻辑
- 更新忽略表配置增加产品相关表单