VisualConfigMapper.java 356 B

12345678910111213141516
  1. package jnpf.visualdata.mapper;
  2. import jnpf.base.mapper.SuperMapper;
  3. import jnpf.visualdata.entity.VisualConfigEntity;
  4. /**
  5. * 大屏基本配置
  6. *
  7. * @author JNPF开发平台组
  8. * @version V3.1.0
  9. * @copyright 引迈信息技术有限公司
  10. * @date 2021年6月15日
  11. */
  12. public interface VisualConfigMapper extends SuperMapper<VisualConfigEntity> {
  13. }