1
0

app登录优化,操作视频管理模块接口实现

This commit is contained in:
2025-07-02 15:27:32 +08:00
parent 24c511b15e
commit 5336170b2d
24 changed files with 1169 additions and 1 deletions

View File

@ -3,11 +3,13 @@ package com.fuyuanshen.system.mapper;
import com.fuyuanshen.common.mybatis.core.mapper.BaseMapperPlus;
import com.fuyuanshen.system.domain.SysOss;
import com.fuyuanshen.system.domain.vo.SysOssVo;
import org.apache.ibatis.annotations.Mapper;
/**
* 文件上传 数据层
*
* @author Lion Li
*/
@Mapper
public interface SysOssMapper extends BaseMapperPlus<SysOss, SysOssVo> {
}