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

ftl.base.service.ftl Maven / Gradle / Ivy

There is a newer version: 2.1.6
Show newest version
package ${parentPack}.service;

import ${parentPack}.bean.${tableName};
import ${parentPack}.dao.${tableName}Dao;
import com.zengtengpeng.common.service.BaseService;
import java.util.List;
public interface ${tableName}Service extends  BaseService<${tableName}, ${tableName}Dao> {



}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy