视频模板代码框架

This commit is contained in:
spllzh
2025-10-09 16:15:39 +08:00
parent 6dff49fcc1
commit b047a3be90
38 changed files with 971 additions and 116 deletions

View File

@@ -0,0 +1,13 @@
package com.rj.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.rj.entity.DetectVideoTemplate;
import org.apache.ibatis.annotations.Mapper;
/**
* 检测视频模板日志 Mapper 接口
*/
@Mapper
public interface DetectVideoTemplateMapper extends BaseMapper<DetectVideoTemplate> {
}