fix dboper

This commit is contained in:
jxxghp
2023-06-15 07:12:59 +08:00
parent 7506f39258
commit ab4895ff85
13 changed files with 106 additions and 89 deletions

View File

@ -11,7 +11,6 @@ class Base:
def create(self, db):
db.add(self)
db.commit()
db.refresh(self)
return self
@classmethod