e1f2a6370bd75d6918fa15f22c563bd9e70fef3d.svn-base 500 B

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