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

com.pig4cloud.plugin.excel.handler.DictDataProvider Maven / Gradle / Ivy

There is a newer version: 3.3.1
Show newest version
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