package org.jeecg.modules.demo.hzz.axgh.axghgnq.mapper; import java.util.List; import org.apache.ibatis.annotations.Param; import org.jeecg.modules.demo.hzz.axgh.axghgnq.entity.Wykzx; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** * @Description: wykzx * @Author: jeecg-boot * @Date: 2021-10-23 * @Version: V1.0 */ public interface WykzxMapper extends BaseMapper { String getGeojson(String id); }