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
update
tags/Baseline_30082024_BACKEND_UAT
cyril.tsui
1 year ago
parent
e28b86c464
commit
a5d456f4c5
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
src/main/java/com/ffii/tsms/modules/project/entity/projections/ProjectSearchInfo.kt
+ 3
- 0
src/main/java/com/ffii/tsms/modules/project/entity/projections/ProjectSearchInfo.kt
View File
@@ -20,6 +20,9 @@ interface ProjectSearchInfo {
@get:Value("#{target.teamLead.team.code}")
val team: String?
@get:Value("#{target.teamLead.team.id}")
val teamId: Long?
@get:Value("#{target.customer.name}")
val client: String?
}
Write
Preview
Loading…
Cancel
Save