feat 同步脚手架代码, 更新数据库脚本和内容

This commit is contained in:
daxpay
2025-05-07 17:58:29 +08:00
parent a9153aa61a
commit 81479301f0
17 changed files with 64 additions and 273 deletions

View File

@@ -8,7 +8,7 @@ import lombok.Getter;
* 业务异常基类
* @see BizErrorException 致命异常 error级别警告
* @see BizWarnException 业务异常 warn级别
* @see BizInfoException 哦月异常 info级别
* @see BizInfoException 业务异常 info级别
*/
@Getter
public class BizException extends RuntimeException {