complete rollcallCase history details by employee

This commit is contained in:
2026-01-11 17:25:56 +03:30
parent 05d860795e
commit 8f6007835c
5 changed files with 136 additions and 7 deletions

View File

@@ -139,7 +139,7 @@ namespace CompanyManagment.App.Contracts.RollCall
public TimeSpan TotalWorkingTime { get; set; }
public List<RollCallCaseHistoryDetailRecord> Records { get; set; }
public RollCallRecordStatus Status { get; set; }
public long EmployeeId { get; set; }
}
public enum RollCallRecordStatus