feat: refs#6802 SalesPerson

This commit is contained in:
Sergio De la torre 2025-03-24 12:32:57 +01:00
parent 4ceb51b59e
commit 3844855b19
1 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,7 @@ import es.verdnatura.presentation.view.feature.sacador.model.PlacementVO
class PreSacadorItemVO(
var id: String = "",
var itemFk: Int ,
var itemFk: Int,
var packingType: String? = "",//sergio:cuando subida versión de tarea #3510 se puede quitar incialización
var longName: String = "",
var subName: String? = "",//sergio:cuando subida versión de tarea #3510 se puede quitar incialización
@ -17,8 +17,7 @@ class PreSacadorItemVO(
var carros: List<PlacementVO> = listOf(),
//var priority:Int =0, 7-1-2022
var pickingOrder: Int = 0,
var salesPersonFk: String = "",
var rgb:String?=null,
var rgb: String? = null,
var reference: String = ""
)