CANCERYS\kw093 vor 1 Woche
Ursprung
Commit
4ff349fdbb
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. +2
    -1
      src/main/java/com/ffii/fpsms/modules/pickOrder/web/models/LotSubstitutionConfirmRequest.kt

+ 2
- 1
src/main/java/com/ffii/fpsms/modules/pickOrder/web/models/LotSubstitutionConfirmRequest.kt Datei anzeigen

@@ -5,5 +5,6 @@ data class LotSubstitutionConfirmRequest(
val pickOrderLineId: Long,
val stockOutLineId: Long?, // optional
val originalSuggestedPickLotId: Long?, // optional
val newInventoryLotNo: String
val newInventoryLotNo: String,
val newStockInLineId: Long?
)

Laden…
Abbrechen
Speichern