FlowFormDataMapper.java 464 B

1234567891011121314151617
  1. package jnpf.base.mapper;
  2. import org.apache.ibatis.annotations.Mapper;
  3. import org.mybatis.dynamic.sql.util.mybatis3.*;
  4. /**
  5. * mybatis3 表单mapper对象
  6. *
  7. * @author JNPF开发平台组
  8. * @version V3.4.5
  9. * @copyright 引迈信息技术有限公司(https://www.jnpfsoft.com)
  10. * @date 2022/9/27
  11. */
  12. @Mapper
  13. public interface FlowFormDataMapper extends CommonCountMapper, CommonDeleteMapper, CommonInsertMapper, CommonSelectMapper,
  14. CommonUpdateMapper {
  15. }