Add Applicant form changed

This commit is contained in:
2025-02-03 08:41:07 +01:00
parent 74b00c0b94
commit 0923365cbd
6 changed files with 55 additions and 39 deletions

6
lib/DB/EmployeeDAO.py Normal file
View File

@@ -0,0 +1,6 @@
# This Python file uses the following encoding: utf-8
class EmployeeDAO:
def __init__(self):
pass

6
lib/DB/EmployeeModel.py Normal file
View File

@@ -0,0 +1,6 @@
# This Python file uses the following encoding: utf-8
class EmployeeModel:
def __init__(self):
pass