首页>代码>SSH整合maven+jquery+easyUI+mysql5.5图书管理实现增删改查及模糊查询>/BooksManager/src/main/java/org/bookmanager/dao/BtscgDao.java
package org.bookmanager.dao;

import java.util.List;

import org.bookmanager.model.Btscg;
import org.springframework.stereotype.Repository;

@Repository
public interface BtscgDao {
    
    void save(Btscg btscg);
    
    Btscg queryById(String id);
    
    List<Btscg> queryByParams(Btscg btscg);
    
    List<Btscg> queryAll();
    
    void update(Btscg btscg);
    
    void delete(String id);
    
    public List getListForPage(final String hql,final int offset,final int lengh);
}
最近下载更多
y_x_happy  LV4 2024年6月25日
muoutang  LV11 2023年7月8日
poipoiiop  LV8 2023年1月3日
陈俊翰  LV7 2022年12月28日
齐吊大神  LV6 2022年12月20日
3305787467  LV12 2022年5月22日
辛星咖啡馆  LV2 2022年5月16日
微信网友_5911441934356480  LV1 2022年4月11日
lt33333  LV7 2022年4月9日
cx1111  LV1 2021年6月23日
最近浏览更多
XD_futura 5月13日
暂无贡献等级
krispeng  LV15 2024年10月2日
y_x_happy  LV4 2024年6月25日
TY0165  LV20 2024年6月19日
zyx66666 2024年5月18日
暂无贡献等级
2017143155  LV12 2024年5月7日
quartz  LV8 2024年3月13日
WBelong  LV8 2024年3月8日
1437047954 2024年3月7日
暂无贡献等级
周青松  LV3 2023年12月10日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友