From 555ff988376b8650455547d0b6ff7f12f4ae2c63 Mon Sep 17 00:00:00 2001
From: luoyisheng <yangdongji@argo-ai.cn>
Date: 星期三, 26 三月 2025 17:27:02 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 medicalWaste-system/src/main/java/com/sinata/system/domain/vo/DepartmentReportVO.java |    6 ++++++
 1 files changed, 6 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 a41fe57..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
@@ -9,6 +9,12 @@
 @Data
 @ApiModel("医院报表视图对象")
 public class DepartmentReportVO {
+    
+    @ApiModelProperty("机构名称")
+    private String departmentName;
+    
+    @ApiModelProperty("设备名称")
+    private String equipmentName;
 
     @ApiModelProperty("类别")
     private List<String> legend;

--
Gitblit v1.7.1