Feat[BE]: integrate FIFO service for chickin stock management

This commit is contained in:
aguhh18
2025-12-23 12:26:35 +07:00
committed by Hafizh A. Y
parent 9ee3b7582c
commit 306cf11fee
3 changed files with 169 additions and 113 deletions
+1
View File
@@ -2,4 +2,5 @@ package fifo
const (
UsableKeyRecordingStock UsableKey = "RECORDING_STOCK"
UsablekeyProjectChickin UsableKey = "PROJECT_CHICKIN"
)