Explorar el Código

update

tags/Baseline_30082024_BACKEND_UAT
MSI\derek hace 1 año
padre
commit
50f6752369
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. +8
    -0
      src/main/java/com/ffii/tsms/modules/timesheet/entity/projections/MonthlyHours.kt

+ 8
- 0
src/main/java/com/ffii/tsms/modules/timesheet/entity/projections/MonthlyHours.kt Ver fichero

@@ -0,0 +1,8 @@
package com.ffii.tsms.modules.timesheet.entity.projections

import java.time.LocalDate

data class MonthlyHours(
val date: LocalDate,
val nomralConsumed: Number
)

Cargando…
Cancelar
Guardar