rain
2024-08-17 61b91c80f3d7526eb3caa04e6e781e591f48ec93
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> {
 
}