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);
|
}
|