This commit is contained in:
77
2024-07-12 22:52:36 +08:00
parent 8c8a4a268d
commit e86e61cd7b
5 changed files with 13 additions and 11 deletions

View File

@@ -25,6 +25,7 @@ import com.ruoyi.system.domain.vo.SysOssVo;
import com.ruoyi.system.mapper.SysOssMapper;
import com.ruoyi.system.service.ISysOssService;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.cache.annotation.Cacheable;
import org.springframework.http.MediaType;
import org.springframework.stereotype.Service;
@@ -47,6 +48,7 @@ import java.util.stream.Collectors;
*/
@RequiredArgsConstructor
@Service
@Slf4j
public class SysOssServiceImpl implements ISysOssService, OssService {
private final SysOssMapper baseMapper;