Feat[BE]: enhance chickin stock management with FIFO service integration and fix key naming inconsistencies

This commit is contained in:
aguhh18
2025-12-24 09:24:32 +07:00
committed by Hafizh A. Y
parent ebf0f8c5ab
commit 67ddd8e667
4 changed files with 26 additions and 30 deletions
+1 -1
View File
@@ -2,5 +2,5 @@ package fifo
const (
UsableKeyRecordingStock UsableKey = "RECORDING_STOCK"
UsablekeyProjectChickin UsableKey = "PROJECT_CHICKIN"
UsableKeyProjectChickin UsableKey = "PROJECT_CHICKIN"
)