All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yixan.base.web.utils.RequestUploader Maven / Gradle / Ivy

There is a newer version: 3.7.1
Show newest version
package com.yixan.base.web.utils;

import com.yixan.base.common.api.file.service.IFileService;

/**
 * WEB文件上传下载处理工具
 *
 * @author zhaohuihua
 * @version V1.0 2017-11-30
 * @deprecated use {@linkplain WebFileUtil}
 */
@Deprecated
public class RequestUploader extends WebFileUtil {

    public RequestUploader(IFileService fileService) {
        super(fileService);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy