chore(REQ-3282): 调整README

This commit is contained in:
周敏 2024-12-23 10:11:52 +08:00
parent b29372f4ed
commit 516139dfce

View File

@ -189,3 +189,18 @@
└── resources └── resources
``` ```
# 公共代码
* 业务异常处理
> cn.axzo.orgmanax.common.exception.BusinessException
>
* 错误码定义
> cn.axzo.orgmanax.common.config.BizResultCode
> * 快捷创建异常 cn.axzo.orgmanax.common.config.BizResultCode.toException()
* 业务异常快捷判定
> cn.axzo.foundation.exception.Axssert
* 分页参数基类
*