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

templet.service.vm Maven / Gradle / Ivy

There is a newer version: 5.2.8-zookeeper
Show newest version
package ${packageName};

import cn.wizzer.framework.base.service.BaseService;
import ${table.EntityFullClassName};

public interface ${table.ServiceClassName} extends BaseService<${table.EntityClassName}>{

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy