This website works better with JavaScript.
Home
Explore
Help
Sign In
davidhui
/
TSMS-backend
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
Merge branch 'master' of
https://git.2fi-solutions.com/davidhui/TSMS-backend
tags/Baseline_30082024_BACKEND_UAT
cyril.tsui
1 year ago
parent
08ae3fd3e4
50f6752369
commit
7f9305bc59
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
View File
@@ -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
)
Write
Preview
Loading…
Cancel
Save