feat #refs 6889

This commit is contained in:
Sergio De la torre 2024-06-18 12:45:13 +02:00
parent cf8d92ce25
commit 08ac21bbb7
1 changed files with 6 additions and 0 deletions

View File

@ -63,6 +63,12 @@ data class CollectionItemSalix(
var ticketFk: Int,
var warehouseFk: Int
)
//Tarea 6889
data class ItemAddSale(
var barcode: String,
var quantity: Int,
)
data class TicketState(