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

template.service.ftl Maven / Gradle / Ivy

There is a newer version: 1.3.42
Show newest version
package ${package}.service;
import cn.ezeyc.core.pojo.mybatis.ServiceBase;
import  ${package}.model.${tableName};
/**
* 描述:${remark}
* @author ${author}
* @date ${date}
*/
public interface ${tableName}Service  extends ServiceBase<${tableName}>{


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy