Skip to content

Commit

Permalink
BENPNP-3020: ben admin : add companyEmploymentType in Job model
Browse files Browse the repository at this point in the history
  • Loading branch information
guptaaditya13 committed Dec 23, 2024
1 parent 2563246 commit 563f447
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ class JobDetails:
department: Optional[Department]
""" The employees location """
location: Optional[WorkLocation]
""" The Company Configured Employment Type"""
companyEmploymentType: Optional[str]


class Employment:
Expand Down

0 comments on commit 563f447

Please sign in to comment.