29.08.2023 calendare

patient
Clogon 2023-08-30 10:24:48 +03:00
parent eaac38ae3c
commit 15e5fd32af
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
package com.example.rehabilitation.model_adapter.Day
data class DayModel(
val id: String,
val name: String,
val desc:String,
val day: String,
val number: String,
// val count: String,
val category: String,
// val image: String,
val check:String,
)