add a random id
This commit is contained in:
parent
9fb657a0fb
commit
dac0fcb85b
@ -260,6 +260,7 @@ data class ContactPerson(
|
||||
val id : String = UUID.randomUUID().toString(),
|
||||
val name: String = "", val email: String = "", val mobile: String = "")
|
||||
data class Address(
|
||||
val id : String = UUID.randomUUID().toString(),
|
||||
val type: AddressType = AddressType.BILLING,
|
||||
val address: String = "",
|
||||
val pincode: String = ""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user