feat: вфыв

This commit is contained in:
2024-07-22 12:45:21 +03:00
parent 7c10d8777e
commit 82c9126d87
19 changed files with 725 additions and 18 deletions

7
enums/payroll.py Normal file
View File

@@ -0,0 +1,7 @@
from enum import StrEnum
class PaySchemeType(StrEnum):
hourly = 'hourly'
daily = 'daily'
monthly = 'monthly'