API 1.0.52 customer.phone

This commit is contained in:
Tibor Bossanyi (Freelancer)
2021-10-05 17:48:45 +02:00
parent 77c7e17d4a
commit ca0312746e
7 changed files with 17 additions and 3 deletions
@@ -30,6 +30,7 @@ data class Customer (
@Expose var trialDate: String? = null,
@Expose var firebaseRegToken: String? = null,
@Expose var lang: String? = null,
@Expose var phone: String? = null,
@Id @GeneratedValue(strategy = GenerationType.IDENTITY) @Expose var customerId: Long = 0,
)