whyclxw
2021-01-13 4f70fde4d5ba46053045369cb25f1f91082d5683
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
package com.lxw.genereator.mapper;
 
import com.lxw.genereator.po.User_battgroup_baojigroup;
import com.lxw.genereator.po.User_battgroup_baojigroupExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
 
public interface User_battgroup_baojigroupMapper {
    long countByExample(User_battgroup_baojigroupExample example);
 
    int deleteByExample(User_battgroup_baojigroupExample example);
 
    int deleteByPrimaryKey(Long baojiGroupId);
 
    int insert(User_battgroup_baojigroup record);
 
    int insertSelective(User_battgroup_baojigroup record);
 
    List<User_battgroup_baojigroup> selectByExample(User_battgroup_baojigroupExample example);
 
    User_battgroup_baojigroup selectByPrimaryKey(Long baojiGroupId);
 
    int updateByExampleSelective(@Param("record") User_battgroup_baojigroup record, @Param("example") User_battgroup_baojigroupExample example);
 
    int updateByExample(@Param("record") User_battgroup_baojigroup record, @Param("example") User_battgroup_baojigroupExample example);
 
    int updateByPrimaryKeySelective(User_battgroup_baojigroup record);
 
    int updateByPrimaryKey(User_battgroup_baojigroup record);
}