public interface WorkflowExecuteInfoMapper
| 限定符和类型 | 方法和说明 |
|---|---|
WorkflowExecuteInfo |
getExecuteInfoByFlowId(Long flowId) |
WorkflowExecuteInfo |
getExecuteInfoByFlowIdAndVersion(Long flowId,
String version) |
int |
insert(WorkflowExecuteInfo workflowExecuteInfo) |
int |
updateWorkflowExecuteInfo(WorkflowExecuteInfo workflowExecuteInfo) |
int insert(WorkflowExecuteInfo workflowExecuteInfo)
int updateWorkflowExecuteInfo(WorkflowExecuteInfo workflowExecuteInfo)
WorkflowExecuteInfo getExecuteInfoByFlowId(@Param(value="flowId") Long flowId)
WorkflowExecuteInfo getExecuteInfoByFlowIdAndVersion(@Param(value="flowId") Long flowId, @Param(value="version") String version)
Copyright © 2022. All rights reserved.