Archived
Fully documented all Kotlin files and added TODOs to functions that need to be updated in some way
This commit is contained in:
@@ -3,6 +3,12 @@ package com.denizk0461.studip.model
|
||||
import androidx.room.Entity
|
||||
import androidx.room.PrimaryKey
|
||||
|
||||
/**
|
||||
* Entity for binding several canteen items to a specific date. Registered in the app database.
|
||||
*
|
||||
* @param id primary key that uniquely identifies the item
|
||||
* @param canteen name of the canteen
|
||||
*/
|
||||
@Entity(
|
||||
tableName = "offer_canteen",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user