|
@@ -1,14 +1,11 @@
|
|
|
package com.fjhx.file.utils;
|
|
|
|
|
|
import cn.hutool.extra.spring.SpringUtil;
|
|
|
-import com.baomidou.dynamic.datasource.annotation.DS;
|
|
|
import com.fjhx.file.entity.ObsFile;
|
|
|
import com.fjhx.file.service.FileInfoService;
|
|
|
-import com.ruoyi.common.constant.BaseSourceConstant;
|
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
-
|
|
|
public class ObsFileUtil {
|
|
|
|
|
|
private static final FileInfoService fileInfoService = SpringUtil.getBean(FileInfoService.class);
|