package org.jeecg.modules.demo.hzz.sjcjrw.gcxxcj.mapper; import java.util.List; import org.apache.ibatis.annotations.Param; import org.jeecg.modules.demo.hzz.sjcjrw.gcxxcj.entity.RmGcxxcj; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** * @Description: 工程信息采集 * @Author: jeecg-boot * @Date: 2022-01-17 * @Version: V1.0 */ public interface RmGcxxcjMapper extends BaseMapper { void DeleteByid(@Param("id") String id); }