29.08.2023 calendare
parent
eaac38ae3c
commit
15e5fd32af
Binary file not shown.
|
@ -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,
|
||||
)
|
||||
|
Loading…
Reference in New Issue