29.08.2023 calendare
This commit is contained in:
		
							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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user