zhangherong
2025-05-30 206871a4f1bf2461c848b9917bc40e93ac9c976a
lxzn-module-flowable/src/main/java/org/jeecg/modules/flowable/apithird/business/service/IFlowMyBusinessService.java
@@ -10,4 +10,17 @@
 */
public interface IFlowMyBusinessService extends IService<FlowMyBusiness> {
    /**
     * 根据流程实例id 获取 流程实例
     * @param instanceId 流程实例id
     * @return
     */
    FlowMyBusiness getFlowMyBusiness(String instanceId);
    /**
     * 获取流程实例
     * @param dataId 业务Id
     * @return
     */
    FlowMyBusiness selectByDataId(String dataId);
}