package cn.timer.api.dao.kqgl; import java.util.List; import cn.timer.api.bean.kqgl.UserAttendanceRel; public interface UserAttendanceRelMapper { int deleteByPrimaryKey(Integer id); int insert(UserAttendanceRel record); int insertSelective(UserAttendanceRel record); UserAttendanceRel selectByPrimaryKey(Integer id); int updateByPrimaryKeySelective(UserAttendanceRel record); int updateByPrimaryKey(UserAttendanceRel record); int insertKqglAssoKqzdkfsList(List<UserAttendanceRel> userattendancerel); int deleteByPrimaryBykqzid(Integer kqzid); List<UserAttendanceRel> selectAttendanceOfficerByKqzid(Integer kqzid,int orgcode); int deleteByPrimaryByUserid(Integer userid,Integer qyid); List<UserAttendanceRel> selectAttNotMember(int dkfsid,int qyid); List<UserAttendanceRel> selectByPrimaryByqyid(int qyid); }