com.pig4cloud.plugin.excel.handler.DictDataProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of excel-spring-boot-starter Show documentation
Show all versions of excel-spring-boot-starter Show documentation
easy and high performance excel
package com.pig4cloud.plugin.excel.handler;
import com.pig4cloud.plugin.excel.vo.DictEnum;
/**
* dict 数据提供程序
*
* @author lengleng
* @date 2024/08/30
*/
public interface DictDataProvider {
/**
* 获取 dict
* @param type 类型
* @return {@link DictEnum[] }
*/
DictEnum[] getDict(String type);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy