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

com.kangaroohy.plugin.excel.service.ExcelSelectorService Maven / Gradle / Ivy

package com.kangaroohy.plugin.excel.service;

/**
 * 类 ExcelSelectorService 功能描述:
* * @author hy * @version 0.0.1 * @date 2023/8/21 21:54 */ public interface ExcelSelectorService { /** * 获取下拉数据 * * @return */ String[] getSelectorData(); /** * 根据字典key获取下拉数据 * * @param dictKeyValue * @return */ String[] getSelectorData(String dictKeyValue); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy