leave report

This commit is contained in:
Suphonchai Phoonsawat 2025-09-02 14:55:07 +07:00
parent 3ae9be5869
commit 8001dd0c11
12 changed files with 678 additions and 244 deletions

View file

@ -8,6 +8,8 @@
public string LeaveTypeCode { get; set; } = string.Empty;
public double SumLeaveDay { get; set; }
public double SumLeaveDay { get; set; } = 0.0;
public int CountLeaveDay { get; set; } = 0;
}
}

View file

@ -22,5 +22,9 @@ namespace BMA.EHR.Application.Responses.Profiles
public string? OrgChild3Id { get; set; }
public string? OrgChild4Id { get; set; }
public DateTime? DateStart { get; set; }
public DateTime? DateAppoint { get; set; }
}
}