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