From 5952d2383571c3fcd96dc0eaad5347b21fce415d Mon Sep 17 00:00:00 2001 From: huliguo <2023611923@qq.com> Date: 星期一, 02 六月 2025 19:11:15 +0800 Subject: [PATCH] 用户管理 --- ruoyi-system/src/main/java/com/ruoyi/system/service/impl/AgreementServiceImpl.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/AgreementServiceImpl.java b/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/AgreementServiceImpl.java index c817ec6..f3efa23 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/AgreementServiceImpl.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/AgreementServiceImpl.java @@ -4,7 +4,7 @@ import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.ruoyi.system.mapper.AgreementMapper; import com.ruoyi.system.domain.Agreement; -import com.ruoyi.system.pojo.vo.AddAgreementDTO; +import com.ruoyi.system.pojo.dto.AddAgreementDTO; import com.ruoyi.system.service.AgreementService; import org.springframework.beans.BeanUtils; import org.springframework.stereotype.Service; -- Gitblit v1.7.1