3 天以前 de1bcb5dc30787d33fedb4479e8ece45809ced1b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.zbkj.service.service;
 
 
import com.zbkj.common.vo.CloudVo;
 
import java.io.File;
 
/**
 * OssService 接口
 
 */
public interface OssService {
 
    void upload(CloudVo cloudVo, String webPth, String localFile, File file);
 
}