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
parent e935843cba
commit 9c3d0a44a6
4 changed files with 24 additions and 28 deletions
+1 -1
View File
@@ -2,5 +2,5 @@ package fifo
const (
UsableKeyRecordingStock UsableKey = "RECORDING_STOCK"
UsablekeyProjectChickin UsableKey = "PROJECT_CHICKIN"
UsableKeyProjectChickin UsableKey = "PROJECT_CHICKIN"
)