API 1.0.53 customer.life_long
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user