瀏覽代碼

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

Loading…
取消
儲存