exercise_type field extensions, tests
This commit is contained in:
@@ -14,8 +14,11 @@ data class ExerciseType (
|
||||
@get: NotBlank var name: String = "",
|
||||
@get: NotBlank var description: String = "",
|
||||
@get: Null var video: BinaryType?,
|
||||
@get: NotBlank var unit: String = "",
|
||||
@get: Null var unitQuantity: String = "",
|
||||
@get: Null var unitQuantityUnit: String = "",
|
||||
|
||||
|
||||
|
||||
@Id @GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
val exerciseTypeId: Long = 0
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user