From aded6d51dd8cc3b7d2b5a9a0be54378c5b2ee924 Mon Sep 17 00:00:00 2001 From: luodangjia <luodangjia> Date: 星期三, 01 一月 2025 15:11:15 +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