fix:移除Oper类静态属性

This commit is contained in:
jxxghp
2025-06-09 08:08:55 +08:00
parent aa039c6c05
commit ea168edb43
4 changed files with 9 additions and 7 deletions

View File

@@ -9,3 +9,4 @@ from .transferhistory import TransferHistory
from .user import User
from .userconfig import UserConfig
from .workflow import Workflow
from .userrequest import UserRequest