API 1.0.33 tutorials condition, parent step

This commit is contained in:
Bossanyi Tibor
2021-04-26 08:38:39 +02:00
parent 9e331aacc3
commit 08218d5214
7 changed files with 26 additions and 5 deletions
@@ -15,6 +15,8 @@ data class TutorialSteps (
@Expose @get: NotBlank var step: Int = 0,
@Expose var errorText: String? = null,
@Expose var checkText: String? = null,
@Expose var condition: String? = null,
@Expose @get: NotBlank var parent: Int = 0,
) {
@ManyToOne(fetch = FetchType.LAZY, optional = false)