исправление ошибки в слове и в базе

patient
Clogon 2023-11-03 10:17:43 +03:00
parent 3310ed1ca6
commit 99382de238
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ package com.example.rehabilitation.Questionnaire.Model
data class AfterQuestionnaireModel(
val one: Int,
val two: Int,
val thee: Int,
val three: Int,
val four: Int,
val five: Int,
val six: Int,

View File

@ -3,7 +3,7 @@ package com.example.rehabilitation.Questionnaire.Model
data class BeforeQuestionnaireModel(
val one: Int,
val two: Int,
val thee: Int,
val three: Int,
val four: Int,
val five: Int,
val six: Int,