Parcourir la source

update

tags/Baseline_30082024_BACKEND_UAT
cyril.tsui il y a 1 an
Parent
révision
a5d456f4c5
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. +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 Voir le fichier

@@ -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?
}

Chargement…
Annuler
Enregistrer