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

parent.service.vm Maven / Gradle / Ivy

The newest version!
package ${package.Service};

import ${package.Entity}.${entity};
import ${basePackage}.${VOPackage}.${entity}VO;
import ${superServiceClassPackage};

/**
 * $!{table.comment} 服务类
 *
 * @author ${author}
 * @since ${date}
 */
#if(${kotlin})
interface ${table.serviceName} : ${superServiceClass}<${entity},${entity}VO>
#else
public interface ${table.serviceName} extends ${superServiceClass}<${entity},${entity}VO> {



}
#end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy