From a2a0114a167377e6f2f8ad20547d55f1b8763474 Mon Sep 17 00:00:00 2001 From: whyclxw <810412026@qq,com> Date: 星期三, 13 一月 2021 11:57:12 +0800 Subject: [PATCH] 修改 --- MybatisGenerator/src/com/lxw/genereator/mapper/User_infMapper.java | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) diff --git a/MybatisGenerator/src/com/lxw/genereator/mapper/User_infMapper.java b/MybatisGenerator/src/com/lxw/genereator/mapper/User_infMapper.java index 360c26a..02bbf31 100644 --- a/MybatisGenerator/src/com/lxw/genereator/mapper/User_infMapper.java +++ b/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); -- Gitblit v1.9.1