b6944ae4f8b94a6b5dbeb1e5f4b1a5de3b1a326f.svn-base 587 B

1234567891011121314151617181920
  1. package org.jeecg.modules.demo.hzz.shjsgc.xmrk.mapper;
  2. import java.util.List;
  3. import org.jeecg.modules.demo.hzz.shjsgc.xmrk.entity.RmAxshgczyzbb;
  4. import com.baomidou.mybatisplus.core.mapper.BaseMapper;
  5. import org.apache.ibatis.annotations.Param;
  6. /**
  7. * @Description: 涉河工程主要指标表
  8. * @Author: jeecg-boot
  9. * @Date: 2022-03-31
  10. * @Version: V1.0
  11. */
  12. public interface RmAxshgczyzbbMapper extends BaseMapper<RmAxshgczyzbb> {
  13. public boolean deleteByMainId(@Param("mainId") String mainId);
  14. public List<RmAxshgczyzbb> selectByMainId(@Param("mainId") String mainId);
  15. }