调整 音频合成, 头衔监测
This commit is contained in:
@@ -42,6 +42,8 @@ public interface CustomerProfileAnalysisMapper extends BaseMapper<CustomerProfil
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
15
src/main/java/com/rj/mapper/VideoSynthesisLogMapper.java
Normal file
15
src/main/java/com/rj/mapper/VideoSynthesisLogMapper.java
Normal file
@@ -0,0 +1,15 @@
|
||||
package com.rj.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.rj.entity.VideoSynthesisLog;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
/**
|
||||
* 视频合成日志Mapper接口
|
||||
*
|
||||
* @author rj
|
||||
* @date 2025-01-02
|
||||
*/
|
||||
@Mapper
|
||||
public interface VideoSynthesisLogMapper extends BaseMapper<VideoSynthesisLog> {
|
||||
}
|
||||
Reference in New Issue
Block a user