支持场景
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package com.rj.mapper;
|
||||
|
||||
import com.rj.entity.AudioTextAnalysisMeeting;
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 音频文本分析会议表 Mapper 接口
|
||||
* </p>
|
||||
*
|
||||
* @author system
|
||||
* @since 2025-01-XX
|
||||
*/
|
||||
public interface AudioTextAnalysisMeetingMapper extends BaseMapper<AudioTextAnalysisMeeting> {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user