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

vm.java.Service.vm Maven / Gradle / Ivy

There is a newer version: 1.1.2.RELEASE
Show newest version
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