API 1.0.50+1 AppText Translations.translation
This commit is contained in:
@@ -10,7 +10,7 @@ import javax.validation.constraints.NotBlank
|
||||
data class AppTextTranslation (
|
||||
@Expose @Id @GeneratedValue(strategy = GenerationType.IDENTITY) @get: NonNull var translationId: Long = 0,
|
||||
@Expose @get: NotBlank var languageCode: String? = "hu",
|
||||
@Expose @get: NonNull var text: String? = null
|
||||
@Expose @get: NonNull var translation: String? = null
|
||||
) {
|
||||
@ManyToOne(fetch = FetchType.LAZY, optional = false)
|
||||
@JoinColumn(name = "textId", nullable = false)
|
||||
|
||||
Reference in New Issue
Block a user