zxl
2025-10-16 d17705193d41b0e7c49da3ec8f5667668bafe5da
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package cn.lili.modules.member.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import cn.lili.modules.member.entity.dos.MemberNotice;
 
/**
 * 会员站内信数据处理层
 *
 * @author Chopper
 * @since 2020-02-25 14:10:16
 */
public interface MemberNoticeMapper extends BaseMapper<MemberNotice> {
 
}