Ver a proveniência

update

add_swagger
MSI\derek há 11 meses
ascendente
cometimento
47a62a04b6
1 ficheiros alterados com 3 adições e 0 eliminações
  1. +3
    -0
      src/main/java/com/ffii/tsms/modules/project/entity/projections/ProjectExpenseSearchInfo.kt

+ 3
- 0
src/main/java/com/ffii/tsms/modules/project/entity/projections/ProjectExpenseSearchInfo.kt Ver ficheiro

@@ -14,6 +14,9 @@ interface ProjectExpenseSearchInfo {
@get:Value("#{target.project.name}")
val projectName: String

@get:Value("#{target.team.id}")
val teamId: Long

@get:Value("#{target.team.name}")
val teamName: String



Carregando…
Cancelar
Guardar