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

com.itxiaoer.commons.upload.rule.IdRule Maven / Gradle / Ivy

The newest version!
package com.itxiaoer.commons.upload.rule;

import org.springframework.web.multipart.MultipartFile;

/**
 * @author : liuyk
 */

public interface IdRule {

    String id(MultipartFile file);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy