|
|
@@ -9,13 +9,13 @@ import org.apache.ibatis.annotations.Param;
|
|
|
|
|
|
public interface RecruitmentMapper {
|
|
|
|
|
|
- int deleteByPrimaryKey(Long id);
|
|
|
+ int deleteByPrimaryKey(Integer id);
|
|
|
|
|
|
int insert(Recruitment record);
|
|
|
|
|
|
int insertSelective(Recruitment record);
|
|
|
|
|
|
- Recruitment selectByPrimaryKey(Long id);
|
|
|
+ Recruitment selectByPrimaryKey(Integer id);
|
|
|
|
|
|
int updateByPrimaryKeySelective(Recruitment record);
|
|
|
|