From dfe379f10f5d16a3b34b33f260d3a7ca97c7fdc6 Mon Sep 17 00:00:00 2001 From: mitao <2763622819@qq.com> Date: 星期五, 17 十月 2025 14:43:16 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- ruoyi-system/src/main/java/com/ruoyi/system/mapper/OaNotifationUserMapper.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/mapper/OaNotifationUserMapper.java b/ruoyi-system/src/main/java/com/ruoyi/system/mapper/OaNotifationUserMapper.java index 41849ea..23e5add 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/mapper/OaNotifationUserMapper.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/mapper/OaNotifationUserMapper.java @@ -1,6 +1,6 @@ package com.ruoyi.system.mapper; -import com.ruoyi.system.model.OaNotifationUser; +import com.ruoyi.system.model.OaNotificationUser; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** @@ -11,6 +11,6 @@ * @author WuGuanFengYue * @since 2025-09-15 */ -public interface OaNotifationUserMapper extends BaseMapper<OaNotifationUser> { +public interface OaNotifationUserMapper extends BaseMapper<OaNotificationUser> { } -- Gitblit v1.7.1