- package jnpf.base.mapper;
- import jnpf.base.entity.FlowFormRelationEntity;
- /**
- * 流程表单关联
- *
- * @author JNPF开发平台组
- * @version V3.4.2
- * @copyright 引迈信息技术有限公司
- * @date 2022/6/30 18:00
- */
- public interface FlowFormRelationMapper extends SuperMapper<FlowFormRelationEntity> {
- }
|