![JAR search and dependency download from the Maven repository](/logo.png)
org.jiuwo.generator.service.DataService Maven / Gradle / Ivy
The newest version!
package org.jiuwo.generator.service;
import java.util.List;
import java.util.Map;
import org.jiuwo.generator.model.Field;
import org.jiuwo.generator.model.Table;
/**
* 数据业务
*
* @author junhan
*/
public interface DataService {
/**
* 根据表名获取模板要用的Map型数据
* (带有列信息)
*
* @param table 表名
* @param fieldList 字段List
* @return Map
*/
Map getDbTemplateData(Table table, List fieldList);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy