| 1234567891011121314151617 |
- package jnpf.visualdata.mapper;
- import jnpf.base.mapper.SuperMapper;
- import jnpf.visualdata.entity.VisualGlobEntity;
- /**
- * 全局变量
- *
- * @author JNPF开发平台组
- * @version V3.5.0
- * @copyright 引迈信息技术有限公司
- * @date 2023年7月7日
- */
- public interface VisualGlobMapper extends SuperMapper<VisualGlobEntity> {
- }
|