rain
2024-08-14 75e6eea8cd3fac9cc888e2ffc9cdb126fab8429d
1
2
3
4
5
6
7
8
9
10
package com.dji.sample.speak.dao;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dji.sample.speak.model.entity.SpeakVoiceEntity;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface SpeakVoiceMapper extends BaseMapper<SpeakVoiceEntity> {
 
}