Archived
Canteen content can now be displayed
This commit is contained in:
@@ -7,6 +7,7 @@ import androidx.room.PrimaryKey
|
||||
data class CanteenOffer(
|
||||
@PrimaryKey val id: Int,
|
||||
val date: String,
|
||||
val dateId: Int, // gives every item on the same day the same ID for easier filtering
|
||||
val category: String,
|
||||
val title: String,
|
||||
val price: String, // price for students
|
||||
|
||||
Reference in New Issue
Block a user