refs #6193 feat:url

This commit is contained in:
Sergio De la torre 2024-03-12 11:24:28 +01:00
parent 317aae6286
commit 66ee03032f
1 changed files with 3 additions and 0 deletions

View File

@ -41,11 +41,14 @@ data class ItemInventoryParking(
var visible: Int = 0,
var sectorFk: Int = 0,
var buyer: String = "",
// Campo A borrar cuando https://redmine.verdnatura.es/issues/6193 esté en producción
var urlImage: String = "",
var isChecked: Int? = null,
var priority: Int = 0,
var isError: Boolean = false,
var errorMessage: String = "",
var url:String? = null,
var image:String? = null
)
class InventoryParkingList(