package com.kede.common.dao; import com.kede.common.model.Links; import com.kede.linksAndHot.bo.publicLinks; import java.util.List; public interface LinksMapper { int deleteByPrimaryKey(Integer id); int insert(Links record); int insertSelective(Links record); Links selectByPrimaryKey(Integer id); int updateByPrimaryKeySelective(Links record); int updateByPrimaryKey(Links record); List getAll(); }