初始提交

This commit is contained in:
2025-09-04 18:25:00 +08:00
commit 07ffe495a7
1939 changed files with 166154 additions and 0 deletions

View File

@ -0,0 +1,15 @@
package com.mosty.rzzx.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.mosty.base.model.entity.rzzx.TbRzSpbf;
import org.apache.ibatis.annotations.Mapper;
/**
* @author dw
* @since 2022/7/12
* 视屏播放日志mapper
**/
@Mapper
public interface TbRzSpbfMapper extends BaseMapper<TbRzSpbf> {
}