package cn.timer.api.dao.kqgl;

import java.util.List;

import cn.timer.api.bean.kqgl.PunchCardWiFi;

public interface PunchCardWiFiMapper {
    int deleteByPrimaryKey(Integer id);

    int insert(PunchCardWiFi record);

    int insertSelective(PunchCardWiFi record);

    PunchCardWiFi selectByPrimaryKey(Integer id);

    int updateByPrimaryKeySelective(PunchCardWiFi record);

    int updateByPrimaryKey(PunchCardWiFi record);
    
    List<PunchCardWiFi> selectByPrimaryByQyid(Integer qyid);
}