find Real customer api (inconvinence)

This commit is contained in:
ZalanBoss
2020-05-16 10:50:42 +02:00
parent 5a4dda676b
commit 565680636a
5 changed files with 22 additions and 3 deletions
@@ -15,6 +15,7 @@ data class Customer (
var email: String = "",
var age: Int = 0,
var sex: String = "m",
var active: String = "N",
@Id @GeneratedValue(strategy = GenerationType.IDENTITY)
val customer_id: Long = 0