package cn.timer.api.dao.kqgl; import java.util.List; import cn.timer.api.bean.kqgl.AttGroupBinPunchMode; public interface AttGroupBinPunchModeMapper { int deleteByPrimaryKey(Integer id); int insert(AttGroupBinPunchMode record); int insertSelective(AttGroupBinPunchMode record); AttGroupBinPunchMode selectByPrimaryKey(Integer id); int updateByPrimaryKeySelective(AttGroupBinPunchMode record); int updateByPrimaryKey(AttGroupBinPunchMode record); int insertKqglAssokqzdKfsList(List<AttGroupBinPunchMode> kqzdkfslist); int deleteByPrimaryBykqzid(Integer kqzid); List<AttGroupBinPunchMode> selectByPrimaryByKqzId(Integer kqzid); List<AttGroupBinPunchMode> selectMachineByKqzId(Integer kqzid); }