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