{
"attachmentId": "int32",
"employee": "string",
"employeeId": "int32",
"fromDate": "date-time",
"id": "int32",
"leaveCategory": "string",
"leaveCategoryId": "int32",
"notes": "string",
"status": "string",
"totalUnits": "double",
"unitsApplied": "double"
}
Name | Type | Description |
---|---|---|
attachmentId | int32 |
Nullable |
employee | string | String |
employeeId | int32 | Int32 |
fromDate | date-time | DateTime |
id | int32 | Int32 |
leaveCategory | string | String |
leaveCategoryId | int32 | Int32 |
notes | string | String |
status | string | String |
totalUnits | double | Decimal |
unitsApplied | double | Decimal |
Powered by DapperDox