Explorar el Código

update

tags/Baseline_30082024_BACKEND_UAT
cyril.tsui hace 1 año
padre
commit
a5d456f4c5
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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 fichero

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

Cargando…
Cancelar
Guardar