package org.jeecg.modules.demo.hzz.shjsgc.shxmxx.mapper; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.ibatis.annotations.Param; import org.jeecg.modules.demo.hzz.shjsgc.shxmxx.entity.RmShxmxxb; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** * @Description: 涉河项目信息表 * @Author: jeecg-boot * @Date: 2022-02-19 * @Version: V1.0 */ public interface RmShxmxxbMapper extends BaseMapper { String countter(); List>findAllhlcd(); String yjcount(); Integer zjcount(); Integer njcount(); Integer bzgccount(); Integer zbgccount(); Integer dfgccount(); Integer xjbgcount(); Integer skcount(); Integer lhbcount(); Integer gxcount(); Integer qlcount(); Integer szcount(); public void addxcjg(@Param("id")String id,@Param("jsxmmc")String jsxmmc); void delxcjg(String id); public void updataxcjg(String jsxmmc,String id ); public List> selectjsqk(); public List> selectnjqk(); public List> countxmlx(); public List> countjg(); }