Merge remote-tracking branch 'origin/main' into dyf-device

This commit is contained in:
2025-07-02 17:54:56 +08:00
25 changed files with 1185 additions and 3 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> {
}