From eb727b22c1d04ee924d44c94272e4154d3e9e631 Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期五, 27 六月 2025 14:29:39 +0800 Subject: [PATCH] bug修改 --- ruoyi-system/src/main/java/com/ruoyi/system/dto/TQaTestItemReportDTO.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/dto/TQaTestItemReportDTO.java b/ruoyi-system/src/main/java/com/ruoyi/system/dto/TQaTestItemReportDTO.java index 7562162..8b6aed6 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/dto/TQaTestItemReportDTO.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/dto/TQaTestItemReportDTO.java @@ -15,4 +15,7 @@ @ApiModelProperty(value = "检测报告文件") private List<TQaReportFile> qaReportFiles; + @ApiModelProperty(value = "项目组id") + private String teamId; + } -- Gitblit v1.7.1