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
import com.google.gson.annotations.SerializedName
class ItemInventaryVO(
var itemFk: Int? = null,
var longName: String? = null,
@ -9,7 +11,7 @@ class ItemInventaryVO(
var upstairs: Int? = null,
var nicho: Int? = null,
var itemColour: String = "",
var pendingAmount :Long? = null
var pendingAmount: Long? = null
)
class InventaryListVO(
@ -27,13 +29,14 @@ class ItemShelvingVisibleZero(
class ItemShelvingChecked(
var isChecked: Boolean?,
var userFk : Int
var userFk: Int
)
data class ItemInventoryParking(
var id: Long = 0,
var pickingOrder: Int = 0,
var parking: String = "",
@SerializedName(value = "shelvingFk", alternate = ["code"])
var shelvingFk: String = "",
var itemFk: Int = 0,
var longName: String = "",
@ -42,8 +45,8 @@ data class ItemInventoryParking(
var buyer: String = "",
var isChecked: Int? = null,
var priority: Int = 0,
var url:String? = null,
var image:String? = null
var url: String? = null,
var image: String? = null
)
class InventoryParkingList(