|
@@ -20,6 +20,9 @@ interface ProjectSearchInfo { |
|
|
@get:Value("#{target.teamLead.team.code}") |
|
|
@get:Value("#{target.teamLead.team.code}") |
|
|
val team: String? |
|
|
val team: String? |
|
|
|
|
|
|
|
|
|
|
|
@get:Value("#{target.teamLead.team.id}") |
|
|
|
|
|
val teamId: Long? |
|
|
|
|
|
|
|
|
@get:Value("#{target.customer.name}") |
|
|
@get:Value("#{target.customer.name}") |
|
|
val client: String? |
|
|
val client: String? |
|
|
} |
|
|
} |