API 1.0.16 CustomerExerciseDevice.delete fix
This commit is contained in:
@@ -10,7 +10,7 @@ import javax.validation.constraints.NotNull
|
||||
data class CustomerExerciseDevice (
|
||||
@Id
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
val customerExerciseDeviceId: Long = 0,
|
||||
var customerExerciseDeviceId: Long = 0,
|
||||
@get: NotNull var exerciseDeviceId: Long?,
|
||||
@get: NotNull var customerId: Long?,
|
||||
@get: NotNull var favourite: Boolean?,
|
||||
|
||||
Reference in New Issue
Block a user