whyclxw
2021-01-13 a2a0114a167377e6f2f8ad20547d55f1b8763474
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.lxw.genereator.mapper;
 
import com.lxw.genereator.po.User_inf;
 
public interface User_infMapper {
    int deleteByPrimaryKey(Long uid);
 
    int insert(User_inf record);
 
    int insertSelective(User_inf record);
 
    User_inf selectByPrimaryKey(Long uid);
 
    int updateByPrimaryKeySelective(User_inf record);
 
    int updateByPrimaryKey(User_inf record);
}