瀏覽代碼

update

add_swagger
MSI\derek 11 月之前
父節點
當前提交
47a62a04b6
共有 1 個文件被更改,包括 3 次插入0 次删除
  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 查看文件

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



Loading…
取消
儲存