API 1.0.51 customer.lang

This commit is contained in:
Tibor Bossanyi (Freelancer)
2021-10-04 17:40:41 +02:00
parent 254bc6c5ff
commit 77c7e17d4a
6 changed files with 16 additions and 3 deletions
@@ -29,6 +29,7 @@ data class Customer (
@Expose var syncedDate: String? = null,
@Expose var trialDate: String? = null,
@Expose var firebaseRegToken: String? = null,
@Expose var lang: String? = null,
@Id @GeneratedValue(strategy = GenerationType.IDENTITY) @Expose var customerId: Long = 0,
)