소스 검색

update

tags/Baseline_30082024_BACKEND_UAT
cyril.tsui 1 년 전
부모
커밋
a5d456f4c5
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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 파일 보기

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

불러오는 중...
취소
저장