Ver a proveniência

Merge branch 'master' of https://git.2fi-solutions.com/davidhui/TSMS-backend

tags/Baseline_30082024_BACKEND_UAT
cyril.tsui há 1 ano
ascendente
cometimento
7f9305bc59
1 ficheiros alterados com 8 adições e 0 eliminações
  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 ficheiro

@@ -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
)

Carregando…
Cancelar
Guardar