Ver a proveniência

update

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

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

Carregando…
Cancelar
Guardar