refs #4902 retrocompatibilidad etd-eta
This commit is contained in:
parent
1583304c80
commit
5cb66d89d1
|
@ -1,10 +1,12 @@
|
|||
package es.verdnatura.presentation.view.feature.paletizador.model
|
||||
|
||||
import com.google.gson.annotations.SerializedName
|
||||
import es.verdnatura.presentation.view.feature.articulo.model.BarcodeVO
|
||||
|
||||
class ItemExpeditionTruckVO(
|
||||
var truckFk: Int,
|
||||
//@SerializedName(value = "ETD", alternate = ["ETD", "eta"])
|
||||
//Tarea 4902
|
||||
@SerializedName(value = "ETD", alternate = ["eta"])
|
||||
var ETD: String = "",
|
||||
var Destino: String = "",
|
||||
var description: String = "",
|
||||
|
|
Loading…
Reference in New Issue