Update CRUDBase to sqlalchemy-crud-plus (#317)

* Update CRUDBase to dependent package

* Update sqla crud plus to 0.0.2
This commit is contained in:
Wu Clan
2024-04-27 23:07:40 +08:00
committed by GitHub
parent 9edb72d065
commit eb8dfda8fa
46 changed files with 123 additions and 237 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ from datetime import datetime
from pydantic import ConfigDict
from backend.common.msd.schema import SchemaBase
from backend.common.schema import SchemaBase
class LoginLogSchemaBase(SchemaBase):