API 1.0.53 customer.life_long

This commit is contained in:
Tibor Bossanyi (Freelancer)
2021-11-05 18:53:36 +01:00
parent ca0312746e
commit 0050aa206d
7 changed files with 17 additions and 3 deletions
@@ -31,6 +31,7 @@ data class Customer (
@Expose var firebaseRegToken: String? = null,
@Expose var lang: String? = null,
@Expose var phone: String? = null,
@Expose var lifeLong: Int? = null,
@Id @GeneratedValue(strategy = GenerationType.IDENTITY) @Expose var customerId: Long = 0,
)