File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
src/main/kotlin/application/presenter/api/tracking Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -12,24 +12,13 @@ import kotlinx.serialization.Serializable
1212
1313/* *
1414 * Dto for tracking data in a room.
15- * @param entries a list of tracking information.
16- * @param total total number of entries.
17- */
18- @Serializable
19- data class RoomsTrackingDataDto (
20- val entries : List <Entries >,
21- val total : Int ,
22- )
23-
24- /* *
25- * Tracking information.
2615 * @param dateTime the date time of the tracking.
2716 * @param roomId the room id.
2817 * @param healthProfessionalId the id of the health professional.
2918 * @param trackingType the type of the tracking.
3019 */
3120@Serializable
32- data class Entries (
21+ data class RoomsTrackingDataDto (
3322 val dateTime : String ,
3423 val roomId : String ,
3524 val healthProfessionalId : String ,
You can’t perform that action at this time.
0 commit comments