无关风月
2024-11-09 111652d23733d04e379c2454c8b39171596a6b50
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.xinquan.meditation.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xinquan.system.api.domain.MeditationReport;
 
/**
 * <p>
 * 冥想音频用户操作表 Mapper 接口
 * </p>
 *
 * @author mitao
 * @since 2024-08-21
 */
public interface MeditationReportMapper extends BaseMapper<MeditationReport> {
 
}