whyclxw
2021-01-13 a2a0114a167377e6f2f8ad20547d55f1b8763474
MybatisGenerator/src/com/lxw/genereator/mapper/User_infMapper.java
@@ -1,28 +1,15 @@
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);