公告板
版本库
filestore
活动
搜索
登录
main
/
zhangshi_app_backend
张氏APP 后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
bug-孩子能看到父母家族的数据
zqy
2024-10-15
57081da59de75e5ae202017151dc5616b3f4f5fe
[zhangshi_app_backend.git]
/
zhang-content
/
src
/
main
/
java
/
com
/
ruoyi
/
mapper
/
LiveStreamingMapper.java
1
2
3
4
5
6
7
8
9
package com.ruoyi.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.domain.LiveStreaming;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface LiveStreamingMapper extends BaseMapper<LiveStreaming> {
}