refactor: 项目结构合理性优化

This commit is contained in:
haoxr
2023-06-03 11:03:12 +08:00
parent 808c33789c
commit 532b632ccc
124 changed files with 419 additions and 414 deletions

View File

@@ -7,7 +7,7 @@ import lombok.Getter;
* 自定义业务异常
*
* @author haoxr
* @date 2022/7/31
* @since 2022/7/31
*/
@Getter
public class BusinessException extends RuntimeException {