![JAR search and dependency download from the Maven repository](/logo.png)
cn.afterturn.easypoi.handler.inter.IExcelDictHandler Maven / Gradle / Ivy
The newest version!
package cn.afterturn.easypoi.handler.inter;
import java.util.List;
import java.util.Map;
/**
* @author jueyue on 18-2-2.
* @version 3.0.4
*/
public interface IExcelDictHandler {
/**
* 返回字典所有值
* key: dictKey
* value: dictValue
* @param dict 字典Key
* @return
*/
default public List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy