add total

This commit is contained in:
Bright 2025-09-24 10:19:29 +07:00
parent bf49a8cf74
commit 608e2ea49b

View file

@ -2124,6 +2124,7 @@ namespace BMA.EHR.Recruit.Service.Controllers
return Success(new
{
data = data,
total = data.Count,
header = header,
period = period,
});