changes of manu bar add report and dashboard

This commit was merged in pull request #6.
This commit is contained in:
2026-01-13 13:21:06 +05:30
parent 58eff71c7c
commit a73d8e5ed1
9 changed files with 194 additions and 54 deletions

View File

@@ -49,3 +49,4 @@ class ManholeDomesticChamber(db.Model):
def serialize(self):
return {c.name: getattr(self, c.name) for c in self.__table__.columns}