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

org.jeecgframework.dict.service.AutoPoiDictServiceI Maven / Gradle / Ivy

There is a newer version: 1.4.11
Show newest version
package org.jeecgframework.dict.service;


/**
 * 描述:
 * @author:scott
 * @since:2017-4-12 下午04:58:15
 * @version:1.0
 */
public interface AutoPoiDictServiceI{
	/**
 	 * 方法描述:  查询数据字典
 	 * 作    者: yiming.zhang
 	 * 日    期: 2014年5月11日-下午4:22:42
 	 * @param dicTable
 	 * @param dicCode
 	 * @param dicText
 	 * @return 
 	 * 返回类型: List
 	 */
 	public String[] queryDict(String dicTable,String dicCode, String dicText);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy