package org.jeecg.modules.demo.hzz.shjsgc.lhgc.lhb.service; import org.jeecg.modules.demo.hzz.shjsgc.lhgc.lhb.entity.RmLhbqktjb; import com.baomidou.mybatisplus.extension.service.IService; /** * @Description: 拦河坝 * @Author: jeecg-boot * @Date: 2022-01-18 * @Version: V1.0 */ public interface IRmLhbqktjbService extends IService { public void GenaratelhbgcGeo(); public void delete(String id); void insertshxm(String id,String xzqh, String xmmc, String xmid, String xmlx, String gldw, String zgbm, String bz,String geoinfo,String sfwpgblxm,String szhl,String spzt); void deshxm(String xmid); void updateshxm(String xmmc,String xzqh,String gldw,String zgbm, String bz,String sfwpgblxm,String geoinfo,String szhl,String spzt,String id); public int deleteMany(String[] ids); }