rebuild(stage-3): establish accounts permissions and secure settings

This commit is contained in:
leefer
2026-07-30 01:33:19 +08:00
parent 2ff35eb6df
commit f69972c3c0
31 changed files with 2742 additions and 18 deletions
+7
View File
@@ -0,0 +1,7 @@
from dataclasses import dataclass
@dataclass(slots=True)
class BusinessError(Exception):
code: str
message: str