VisualComponentMapper.java 361 B

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