feat: refs#7920 shelvingFk

This commit is contained in:
Sergio De la torre 2025-01-31 07:43:39 +01:00
parent d9abe0ab08
commit 455f72c352
1 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,7 @@
package es.verdnatura.presentation.view.feature.inventario.model package es.verdnatura.presentation.view.feature.inventario.model
import com.google.gson.annotations.SerializedName
class ItemInventaryVO( class ItemInventaryVO(
var itemFk: Int? = null, var itemFk: Int? = null,
var longName: String? = null, var longName: String? = null,
@ -34,6 +36,7 @@ data class ItemInventoryParking(
var id: Long = 0, var id: Long = 0,
var pickingOrder: Int = 0, var pickingOrder: Int = 0,
var parking: String = "", var parking: String = "",
@SerializedName(value = "shelvingFk", alternate = ["code"])
var shelvingFk: String = "", var shelvingFk: String = "",
var itemFk: Int = 0, var itemFk: Int = 0,
var longName: String = "", var longName: String = "",