feat: update audit platform workspace

This commit is contained in:
wren
2026-05-25 09:50:01 +08:00
parent ba8e93c0d3
commit 68d0b4c878
73 changed files with 12196 additions and 367 deletions
@@ -0,0 +1,7 @@
"""企查查模块异常。"""
from fastapi_common.fastapi_common_web.exception.Base.BusinessException import BusinessException
class QichachaException(BusinessException):
"""企查查模块业务异常。"""