- package com.xjrsoft.module.system.mapper;
- import com.github.yulichang.base.MPJBaseMapper;
- import com.xjrsoft.module.system.entity.WechatMessageLog;
- import org.apache.ibatis.annotations.Mapper;
- /**
- * @title: 微信消息发送记录
- * @Author dzx
- * @Date: 2024年6月11日
- * @Version 1.0
- */
- @Mapper
- public interface WechatMessageLogMapper extends MPJBaseMapper<WechatMessageLog> {
- }
|