- package jnpf.visualdata.mapper;
- import jnpf.base.mapper.SuperMapper;
- import jnpf.visualdata.entity.VisualConfigEntity;
- /**
- * 大屏基本配置
- *
- * @author JNPF开发平台组
- * @version V3.1.0
- * @copyright 引迈信息技术有限公司
- * @date 2021年6月15日
- */
- public interface VisualConfigMapper extends SuperMapper<VisualConfigEntity> {
- }
|