From 608e2ea49bdf788febf997bd87664c4c623df769 Mon Sep 17 00:00:00 2001 From: Bright Date: Wed, 24 Sep 2025 10:19:29 +0700 Subject: [PATCH] add total --- Controllers/RecruitController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Controllers/RecruitController.cs b/Controllers/RecruitController.cs index 5a24ca9..86d43cf 100644 --- a/Controllers/RecruitController.cs +++ b/Controllers/RecruitController.cs @@ -2124,6 +2124,7 @@ namespace BMA.EHR.Recruit.Service.Controllers return Success(new { data = data, + total = data.Count, header = header, period = period, });