Merge branch 'feat/BE/Sprint-7' of https://gitlab.com/mbugroup/lti-api into feat/BE/US-334-Report-closing-hpp-expedisi

This commit is contained in:
ragilap
2025-12-19 14:43:45 +07:00
16 changed files with 989 additions and 16 deletions
+1
View File
@@ -29,4 +29,5 @@ func ClosingRoutes(v1 fiber.Router, u user.UserService, s closing.ClosingService
route.Get("/:projectFlockId/sapronak", ctrl.GetClosingSapronak)
route.Get("/:project_flock_id/expedition-hpp", ctrl.GetExpeditionHPP)
route.Get("/:project_flock_id/:project_flock_kandang_id/expedition-hpp", ctrl.GetExpeditionHPPByKandang)
route.Get("/:projectFlockId/data-produksi", ctrl.GetClosingDataProduksi)
}