feat changeCategory #refs 4979

This commit is contained in:
Sergio De la torre 2024-05-28 10:57:59 +02:00
parent fad073842b
commit 00c7d41b38
1 changed files with 7 additions and 2 deletions

View File

@ -46,8 +46,13 @@ class ItemCardRowVO(
class BarcodeVO(
var code: String?
)
data class ItemDetails(
var itemFk: Int? = null,
var vShelvingFK: String = "",
var itemCost: Double = 0.0,
var visible: Int = 0,
)