feat(credit): 新增小程序端客户管理功能

- 修改Redis数据库配置从database 0切换到database 3
- 添加代码生成工具YsbGenerator用于自动生成CRUD代码
- 生成CreditMpCustomer实体类包含客户基本信息和状态字段
- 创建CreditMpCustomerController提供RESTful API接口
- 实现CreditMpCustomerService业务逻辑层
- 添加CreditMpCustomerMapper数据访问层及XML映射文件
- 生成CreditMpCustomerParam查询参数类支持条件筛选
- 实现服务层接口及具体业务逻辑方法
- 集成权限控制和操作日志记录功能
- 支持分页查询、批量操作和关联查询功能
This commit is contained in:
2026-03-16 21:14:36 +08:00
parent 7fe347d7bc
commit 044d87cfde
9 changed files with 907 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ spring:
# redis
redis:
database: 0
database: 3
host: 1Panel-redis-GmNr
port: 6379
password: redis_t74P8C