From 51f460f3b1a8b9fa365e4195c41bb9c5e16fcb7c Mon Sep 17 00:00:00 2001 From: luodangjia <luodangjia> Date: 星期四, 02 一月 2025 10:55:24 +0800 Subject: [PATCH] merge --- medicalWaste-system/src/main/java/com/sinata/system/domain/vo/DepartmentReportVO.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/medicalWaste-system/src/main/java/com/sinata/system/domain/vo/DepartmentReportVO.java b/medicalWaste-system/src/main/java/com/sinata/system/domain/vo/DepartmentReportVO.java index 227c0c8..0218d18 100644 --- a/medicalWaste-system/src/main/java/com/sinata/system/domain/vo/DepartmentReportVO.java +++ b/medicalWaste-system/src/main/java/com/sinata/system/domain/vo/DepartmentReportVO.java @@ -12,6 +12,9 @@ @ApiModelProperty("机构名称") private String departmentName; + + @ApiModelProperty("设备名称") + private String equipmentName; @ApiModelProperty("类别") private List<String> legend; -- Gitblit v1.7.1