Refactor code structure for improved readability and maintainability
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 44s
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 44s
This commit is contained in:
@@ -36,6 +36,8 @@ data class PredefinedActivitySummary(
|
||||
data class GroupActivitySummary(
|
||||
val id: Int? = null,
|
||||
val orderId: Int? = null,
|
||||
val duration: Int? = null,
|
||||
val durationText: String? = null,
|
||||
val groupPredefinedActivity: PredefinedActivitySummary? = null,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user