package com.yeshi.fanli.dao.mybatis;
|
|
import com.yeshi.fanli.entity.bus.user.HongBaoManage;
|
|
public interface HongBaoManageMapper {
|
|
int deleteByPrimaryKey(Long id);
|
|
int insert(HongBaoManage record);
|
|
int insertSelective(HongBaoManage record);
|
|
HongBaoManage selectByPrimaryKey(Long id);
|
|
HongBaoManage selectByKey(String key);
|
|
int updateByPrimaryKeySelective(HongBaoManage record);
|
|
int updateByPrimaryKey(HongBaoManage record);
|
}
|