mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-25 00:15:06 +08:00
工作流 Flowable 流程模型 接口
This commit is contained in:
@ -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 {
|
||||
|
||||
/**
|
||||
* 获得流程模块
|
||||
|
Reference in New Issue
Block a user