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

This commit is contained in:
aguhh18
2025-12-23 12:26:35 +07:00
parent cbd3047a17
commit 3d13cd966a
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"
)