bank updated
This commit is contained in:
@@ -93,7 +93,7 @@ from .employee import (
|
||||
UpdateCompanyDuty,
|
||||
)
|
||||
from .events import (
|
||||
CreateEvents,
|
||||
# CreateEvents,
|
||||
RegisterEvents2Employee,
|
||||
RegisterEvents2Occupant,
|
||||
)
|
||||
@@ -208,7 +208,7 @@ __all__ = [
|
||||
"InsertCompanyDuty",
|
||||
"UpdateCompanyEmployeesSalaries",
|
||||
"UpdateCompanyDuty",
|
||||
"CreateEvents",
|
||||
# "CreateEvents",
|
||||
"RegisterEvents2Employee",
|
||||
"RegisterEvents2Occupant",
|
||||
"UpdatePerson",
|
||||
|
||||
@@ -6,13 +6,6 @@ from api_validations.validations_request import (
|
||||
)
|
||||
|
||||
|
||||
class CreateEvents(PydanticBaseModel):
|
||||
event_name: Optional[str] = None
|
||||
event_description: Optional[str] = None
|
||||
event_date: Optional[str] = None
|
||||
event_location: Optional[str] = None
|
||||
|
||||
|
||||
class RegisterEvents2Employee(PydanticBaseModel):
|
||||
event_uu_id_list: list[str] = []
|
||||
employee_uu_id: Optional[str] = None
|
||||
|
||||
Reference in New Issue
Block a user