refactor(core):重构异常包结构并更新业务异常引用

- 将 BusinessException 移至 core.exception 包下
- 更新所有业务异常引用路径
- 调整项目模块目录结构说明
- 升级项目版本至3.3.0
This commit is contained in:
Ray.Hao
2025-10-14 16:21:15 +08:00
parent c43e6dfb54
commit 65a2450f3e
17 changed files with 49 additions and 42 deletions

View File

@@ -8,7 +8,7 @@ import jakarta.validation.constraints.NotBlank;
/**
* 微信小程序手机号登录请求参数
*
* @author 有来技术团队
* @author Ray.Hao
* @since 2.0.0
*/
@Schema(description = "微信小程序手机号登录请求参数")