0e63cd61b43633c055296eb94b19babc26c28f6d.svn-base 520 B

12345678910111213141516171819
  1. package org.jeecg.modules.demo.hzz.yhyc.geo.mapper;
  2. import java.util.List;
  3. //import org.apache.ibatis.annotations.Param;
  4. import org.jeecg.modules.demo.hzz.yhyc.geo.entity.RmWtqdgeo;
  5. import com.baomidou.mybatisplus.core.mapper.BaseMapper;
  6. /**
  7. * @Description: rm_wtqdgeo
  8. * @Author: jeecg-boot
  9. * @Date: 2021-11-24
  10. * @Version: V1.0
  11. */
  12. public interface RmWtqdgeoMapper extends BaseMapper<RmWtqdgeo> {
  13. void addWtqd(String geom,String id);
  14. void addWtqd2(String geom,String id);
  15. void delWtqd(String id);
  16. }