- package org.jeecg.modules.demo.resManager.fields.service;
- import org.jeecg.modules.demo.resManager.fields.entity.Layerfields;
- import com.baomidou.mybatisplus.extension.service.IService;
- /**
- * @Description: 图层查询展示字段
- * @Author: jeecg-boot
- * @Date: 2022-01-20
- * @Version: V1.0
- */
- public interface ILayerfieldsService extends IService<Layerfields> {
- }
|