Employee and applicant frontend and backend

This commit is contained in:
2025-02-13 09:11:26 +01:00
parent bfd1d0974d
commit 80bd2c9be2
8 changed files with 165 additions and 25 deletions

View File

@@ -8,6 +8,7 @@ class BusinessDAO(QObject):
newBusinessAdded = Signal()
__cur = None
__all_cols = None
def __init__(self):
#print(f"*** File: {__file__}, init()")