From 302a7aa2b0a5324111cfa49cf71a2deba7a1a0d9 Mon Sep 17 00:00:00 2001
From: mitao <2763622819@qq.com>
Date: 星期四, 27 三月 2025 17:32:22 +0800
Subject: [PATCH] Merge branch 'master' of https://gitee.com/boymi/YiFeiNN
---
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