| | |
| | | package com.lxw.genereator.mapper; |
| | | |
| | | import com.lxw.genereator.po.User_inf; |
| | | import com.lxw.genereator.po.User_infExample; |
| | | import java.util.List; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | public interface User_infMapper { |
| | | long countByExample(User_infExample example); |
| | | |
| | | int deleteByExample(User_infExample example); |
| | | |
| | | int deleteByPrimaryKey(Long uid); |
| | | |
| | | int insert(User_inf record); |
| | | |
| | | int insertSelective(User_inf record); |
| | | |
| | | List<User_inf> selectByExample(User_infExample example); |
| | | |
| | | User_inf selectByPrimaryKey(Long uid); |
| | | |
| | | int updateByExampleSelective(@Param("record") User_inf record, @Param("example") User_infExample example); |
| | | |
| | | int updateByExample(@Param("record") User_inf record, @Param("example") User_infExample example); |
| | | |
| | | int updateByPrimaryKeySelective(User_inf record); |
| | | |