Browse Source

update

add_swagger
MSI\derek 11 months ago
parent
commit
47a62a04b6
1 changed files with 3 additions and 0 deletions
  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 View File

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


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

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




Loading…
Cancel
Save