首页>代码>基于SSM实现的图书借阅管理系统>/代码/library/src/com/library/mapper/BookborrowMapper.java
package com.library.mapper;

import com.library.model.Bookborrow;
import com.library.model.BookborrowExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;

public interface BookborrowMapper {
    long countByExample(BookborrowExample example);

    int deleteByExample(BookborrowExample example);

    int deleteByPrimaryKey(Integer id);

    int insert(Bookborrow record);

    int insertSelective(Bookborrow record);

    List<Bookborrow> selectByExample(BookborrowExample example);

    Bookborrow selectByPrimaryKey(Integer id);

    int updateByExampleSelective(@Param("record") Bookborrow record, @Param("example") BookborrowExample example);

    int updateByExample(@Param("record") Bookborrow record, @Param("example") BookborrowExample example);

    int updateByPrimaryKeySelective(Bookborrow record);

    int updateByPrimaryKey(Bookborrow record);
}
最近下载更多
angaochong  LV5 10月10日
Darchry  LV2 6月29日
lilitu  LV6 5月30日
2017143155  LV12 5月13日
pangzhihui  LV14 4月11日
weilaizhisheng  LV21 3月21日
uid0901  LV2 3月12日
xiaopengzep  LV1 3月11日
n2352441  LV4 3月3日
最近浏览更多
momomo228 1小时前
暂无贡献等级
LoveSummer  LV6 10月31日
shunlun8855  LV1 10月29日
yayacui  LV2 10月28日
半夏bx  LV14 10月12日
angaochong  LV5 10月10日
zhangjishao 10月10日
暂无贡献等级
zouzou123  LV3 10月10日
暂无贡献等级
krispeng  LV13 10月2日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友