feat[BE#US386]: add production standards module with CRUD operations

- Created database migration for production standards and related tables.
- Implemented entities for ProductionStandard, ProductionStandardDetail, and StandardGrowthDetail.
- Developed controller for handling production standard requests.
- Added DTOs for data transfer between layers.
- Implemented service layer for business logic related to production standards.
- Created repository interfaces and implementations for data access.
- Added validation for production standard requests.
- Registered routes for production standards in the main application.
This commit is contained in:
aguhh18
2025-12-27 09:02:16 +07:00
parent b156e06cee
commit c9633d1308
15 changed files with 1039 additions and 9 deletions
+1
View File
@@ -44,6 +44,7 @@ func Routes(app *fiber.App, db *gorm.DB) {
ssoModule.Module{},
closings.ClosingModule{},
repports.RepportModule{},
// MODULE REGISTRY
}