318b0a5563f89dffc119cf6ba6e2f6de3bdeb0ac.svn-base 467 B

123456789101112131415161718
  1. package org.jeecg.modules.demo.hzz.sjcjrw.gcxxcj.mapper;
  2. import java.util.List;
  3. import org.apache.ibatis.annotations.Param;
  4. import org.jeecg.modules.demo.hzz.sjcjrw.gcxxcj.entity.RmGcxxcj;
  5. import com.baomidou.mybatisplus.core.mapper.BaseMapper;
  6. /**
  7. * @Description: 工程信息采集
  8. * @Author: jeecg-boot
  9. * @Date: 2022-01-17
  10. * @Version: V1.0
  11. */
  12. public interface RmGcxxcjMapper extends BaseMapper<RmGcxxcj> {
  13. void DeleteByid(@Param("id") String id);
  14. }