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_battgroup_baojigroup;
 
public interface User_battgroup_baojigroupMapper {
    int deleteByPrimaryKey(Long baojiGroupId);
 
    int insert(User_battgroup_baojigroup record);
 
    int insertSelective(User_battgroup_baojigroup record);
 
    User_battgroup_baojigroup selectByPrimaryKey(Long baojiGroupId);
 
    int updateByPrimaryKeySelective(User_battgroup_baojigroup record);
 
    int updateByPrimaryKey(User_battgroup_baojigroup record);
}