From 73a0ffbc8f1c5c625ce4bb3225c0e5e30179520e Mon Sep 17 00:00:00 2001
From: luodangjia <luodangjia>
Date: 星期六, 28 十二月 2024 17:42:44 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 medicalWaste-system/src/main/java/com/sinata/system/service/impl/MwProtectionEquipmentRecordServiceImpl.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/medicalWaste-system/src/main/java/com/sinata/system/service/impl/MwProtectionEquipmentRecordServiceImpl.java b/medicalWaste-system/src/main/java/com/sinata/system/service/impl/MwProtectionEquipmentRecordServiceImpl.java
index ab644d9..06bde56 100644
--- a/medicalWaste-system/src/main/java/com/sinata/system/service/impl/MwProtectionEquipmentRecordServiceImpl.java
+++ b/medicalWaste-system/src/main/java/com/sinata/system/service/impl/MwProtectionEquipmentRecordServiceImpl.java
@@ -1,6 +1,7 @@
 package com.sinata.system.service.impl;
 
 import com.sinata.system.domain.MwProtectionEquipmentRecord;
+import com.sinata.system.domain.dto.MwProtectionEquipmentRecordDTO;
 import com.sinata.system.mapper.MwProtectionEquipmentRecordMapper;
 import com.sinata.system.service.MwProtectionEquipmentRecordService;
 import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;

--
Gitblit v1.7.1