find Real customer api (inconvinence)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user