- package jnpf.flowable.mapper;
- import jnpf.base.mapper.SuperMapper;
- import jnpf.flowable.entity.TaskEntity;
- /**
- * 类的描述
- *
- * @author JNPF@YinMai Info. Co., Ltd
- * @version 5.0.x
- * @since 2024/4/17 15:07
- */
- public interface TaskMapper extends SuperMapper<TaskEntity> {
- }
|