123456789101112131415161718 |
- package org.jeecg.modules.demo.hzz.axgh.axghgnq.mapper;
- import java.util.List;
- import com.alibaba.fastjson.JSONObject;
- import org.apache.ibatis.annotations.Param;
- import org.jeecg.modules.demo.hzz.axgh.axghgnq.entity.RmAxghgnqgeo;
- import com.baomidou.mybatisplus.core.mapper.BaseMapper;
- /**
- * @Description: rm_axghgnqgeo
- * @Author: jeecg-boot
- * @Date: 2021-10-23
- * @Version: V1.0
- */
- public interface RmAxghgnqgeoMapper extends BaseMapper<RmAxghgnqgeo> {
- String getGeojson(String id);
- }
|