package cn.timer.api.dao.kqgl; import java.util.List; import cn.timer.api.bean.kqgl.PunchCardAddress; public interface PunchCardAddressMapper { int deleteByPrimaryKey(Integer id); int insert(PunchCardAddress record); int insertSelective(PunchCardAddress record); PunchCardAddress selectByPrimaryKey(Integer id); int updateByPrimaryKeySelective(PunchCardAddress record); int updateByPrimaryKey(PunchCardAddress record); List<PunchCardAddress> selectByPrimaryByQyid(Integer qyid); }