package org.jeecg.modules.demo.hzz.sjcjrw.axxxcj.mapper; import java.util.List; import org.apache.ibatis.annotations.Param; import org.jeecg.modules.demo.hzz.sjcjrw.axxxcj.entity.RmAxxxcj; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** * @Description: 岸线信息采集 * @Author: jeecg-boot * @Date: 2022-01-21 * @Version: V1.0 */ public interface RmAxxxcjMapper extends BaseMapper { void DeleteById(String id); }