refactor(shop): 重构聊天相关实体和映射

-移除了 UserServiceImpl 中的系统配置信息代码
- 更新了 ShopChatConversationController 中的注释
- 在 ShopChatMessage 中添加了发送人和接收人的相关信息字段
- 在 ShopDealerApply 中添加了用户昵称和备注字段
- 更新了相关映射文件以支持新的字段
- 调整了应用配置文件,增加了测试环境配置
This commit is contained in:
2025-09-16 23:26:44 +08:00
parent 4830810bdb
commit f0b7c9e0c6
13 changed files with 151 additions and 40 deletions

View File

@@ -4,7 +4,7 @@ server:
# 多环境配置
spring:
profiles:
active: dev
active: test
application:
name: server