mitao
2 天以前 86ec2b5f807af65f190923883db8002390efc7f4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ruoyi.system.mapper;
 
import com.ruoyi.system.model.OaNotifationUser;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * <p>
 * 通知用户关联表 Mapper 接口
 * </p>
 *
 * @author WuGuanFengYue
 * @since 2025-09-15
 */
public interface OaNotifationUserMapper extends BaseMapper<OaNotifationUser> {
 
}