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

org.zodiac.flowable.demo.leave.service.ProcessLeaveService Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version
package org.zodiac.flowable.demo.leave.service;

import org.zodiac.flowable.demo.leave.model.entity.ProcessLeaveEntity;
import org.zodiac.mybatisplus.base.BaseService;

public interface ProcessLeaveService extends BaseService {

    /**
     * 开启流程。
     *
     * @param leave 请假实体
     * @return boolean 是否成功
     */
    boolean startProcess(E leave);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy