4c2601c7720a7193fef4efb6c3c862276bfe5180.svn-base 431 B

1234567891011121314151617
  1. package org.jeecg.modules.demo.hzz.axgh.axghgnq.mapper;
  2. import java.util.List;
  3. import org.apache.ibatis.annotations.Param;
  4. import org.jeecg.modules.demo.hzz.axgh.axghgnq.entity.Lskzx;
  5. import com.baomidou.mybatisplus.core.mapper.BaseMapper;
  6. /**
  7. * @Description: lskzx
  8. * @Author: jeecg-boot
  9. * @Date: 2021-10-23
  10. * @Version: V1.0
  11. */
  12. public interface LskzxMapper extends BaseMapper<Lskzx> {
  13. String getGeojson(String id);
  14. }