工作流 Flowable 流程模型 接口

This commit is contained in:
jason
2022-02-08 22:30:25 +08:00
parent 167baed952
commit 9c452ee612
17 changed files with 449 additions and 9 deletions

View File

@ -11,15 +11,7 @@ import javax.validation.Valid;
*
* @author yunlongn
*/
public interface BpmModelService {
/**
* 获得流程模型分页
*
* @param pageVO 分页查询
* @return 流程模型分页
*/
PageResult<BpmModelPageItemRespVO> getModelPage(BpmModelPageReqVO pageVO);
public interface BpmModelService extends BpmModelCommonService {
/**
* 获得流程模块