templet.service.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wk-code-generator-nb Show documentation
Show all versions of wk-code-generator-nb Show documentation
java web development framework, base on nutz
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