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
12
12
13
13
/* *
14
14
* 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.
26
15
* @param dateTime the date time of the tracking.
27
16
* @param roomId the room id.
28
17
* @param healthProfessionalId the id of the health professional.
29
18
* @param trackingType the type of the tracking.
30
19
*/
31
20
@Serializable
32
- data class Entries (
21
+ data class RoomsTrackingDataDto (
33
22
val dateTime : String ,
34
23
val roomId : String ,
35
24
val healthProfessionalId : String ,
You can’t perform that action at this time.
0 commit comments