音频分段逻辑的代码架构
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.rj.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.rj.entity.AudioManagementSegments;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 录音分段管理表 Mapper 接口
|
||||
* </p>
|
||||
*
|
||||
* 对应表:audio_management_segments
|
||||
*/
|
||||
public interface AudioManagementSegmentsMapper extends BaseMapper<AudioManagementSegments> {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user