package com.dy.pipIrrGlobal.daoFi; import com.dy.pipIrrGlobal.pojoFi.WebFile; import org.apache.ibatis.annotations.Mapper; import java.util.List; @Mapper public interface WebFileMapper { int deleteByPrimaryKey(Long id); int insert(WebFile record); int insertSelective(WebFile record); WebFile selectByPrimaryKey(Long id); int updateByPrimaryKeySelective(WebFile record); int updateByPrimaryKey(WebFile record); }