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

SX520886 LV6
4月24日
dsffssff LV4
2024年12月25日
zolscy LV24
2024年11月24日
angaochong LV5
2024年10月10日
Darchry LV2
2024年6月29日
lilitu LV6
2024年5月30日
2017143155 LV12
2024年5月13日
pangzhihui LV14
2024年4月11日
weilaizhisheng LV21
2024年3月21日
uid0901 LV2
2024年3月12日