VisualGlobMapper.java 344 B

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