package org.jeecg.modules.demo.hzz.shjsgc.xmrk.mapper; import java.util.List; import org.jeecg.modules.demo.hzz.shjsgc.xmrk.entity.RmYxqk; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Param; /** * @Description: 影响情况及消除或减轻影响措施 * @Author: jeecg-boot * @Date: 2022-03-31 * @Version: V1.0 */ public interface RmYxqkMapper extends BaseMapper { public boolean deleteByMainId(@Param("mainId") String mainId); public List selectByMainId(@Param("mainId") String mainId); }