vm.java.Service.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gen Show documentation
Show all versions of gen Show documentation
beli-gen is a gen module.
package ${packageName}.${moduleName}.service;
import ${packageName}.${moduleName}.bo.${ClassName}BO;
import java.util.List;
import com.beli.common.pojos.vo.PageQueryVO;
import com.beli.common.pojos.vo.PageResultVO;
import com.beli.common.services.IBaseService;
/**
* ${functionName}Service接口
*
* @author ${author}
* @date ${datetime}
*/
public interface I${ClassName}Service extends IBaseService{
List<${ClassName}BO> queryList(PageQueryVO queryVO);
PageResultVO queryPageList(PageQueryVO queryVO);
#if($tplCategory == "activiti")
${ClassName}BO get${ClassName}InfoByInstanceId(String processInstanceId);
#end
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy