From b7ec3aff011f05e236e76be844540dbe776f7353 Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期五, 27 六月 2025 19:12:03 +0800 Subject: [PATCH] bug修改 --- ruoyi-system/src/main/java/com/ruoyi/system/vo/TQaTestItemReportVO.java | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/vo/TQaTestItemReportVO.java b/ruoyi-system/src/main/java/com/ruoyi/system/vo/TQaTestItemReportVO.java index acb2291..93f5ec1 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/vo/TQaTestItemReportVO.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/vo/TQaTestItemReportVO.java @@ -15,4 +15,15 @@ @ApiModelProperty(value = "检测报告文件") private List<TQaReportFile> qaReportFileList; + @ApiModelProperty(value = "检测项名称") + private String itemName; + + @ApiModelProperty(value = "检测项编号") + private String itemCode; + + @ApiModelProperty(value = "项目组名称") + private String teamName; + + @ApiModelProperty(value = "审核人名称") + private String auditPersonName; } -- Gitblit v1.7.1