535d97a70c
17-table PostgreSQL schema with full Chinese column comments, FastAPI project structure (admin/common/modules), DSL rule files, and schema migration scripts.
8 lines
204 B
Python
8 lines
204 B
Python
"""LeAudit 域异常。"""
|
|
|
|
from fastapi_common.fastapi_common_web.exception.Base.BusinessException import BusinessException
|
|
|
|
|
|
class LeauditException(BusinessException):
|
|
"""LeAudit 模块异常。"""
|