package jnpf.flowable.mapper; import jnpf.base.mapper.SuperMapper; import jnpf.flowable.entity.CandidatesEntity; /** * 类的描述 * * @author JNPF@YinMai Info. Co., Ltd * @version 5.0.x * @since 2024/4/18 16:00 */ public interface CandidatesMapper extends SuperMapper { }