mitao
5 天以前 0b7e2752b6f1e87084b837043291c890cca780a8
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.OaNotificationUser;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * <p>
 * 通知用户关联表 Mapper 接口
 * </p>
 *
 * @author WuGuanFengYue
 * @since 2025-09-15
 */
public interface OaNotifationUserMapper extends BaseMapper<OaNotificationUser> {
 
}