1234567891011121314151617 |
- 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.Lskzx;
- import com.baomidou.mybatisplus.core.mapper.BaseMapper;
- /**
- * @Description: lskzx
- * @Author: jeecg-boot
- * @Date: 2021-10-23
- * @Version: V1.0
- */
- public interface LskzxMapper extends BaseMapper<Lskzx> {
- String getGeojson(String id);
- }
|