package com.ssx.dao;

import java.util.List;

import com.ssx.entity.Bill;
import com.ssx.vo.BillVo;

/**
 * @author WANG
 *
 */
public interface BillMapper {
    /**
     *  查询账单列表
     * @param billVo
     * @return
     */
    List<Bill> findBillList(BillVo billVo);

    /**
     * 添加账单
     * @param bill
     * @return
     */
    int addBill(Bill bill);

    /**
     * 修改账单
     * @param bill
     * @return
     */
    int updateBill(Bill bill);

    /**
     * 删除账单
     * @param id
     * @return
     */
    int deleteById(Integer id);
}
最近下载更多
taoshen95  LV16 4月6日
china_hdh  LV7 2024年8月29日
全斐  LV6 2024年6月19日
TY0165  LV20 2024年6月18日
justin8023  LV3 2023年7月10日
泓鼎168  LV20 2023年6月27日
841146628  LV4 2023年6月12日
ly4910  LV3 2023年5月31日
tingyus  LV5 2023年4月22日
斧头帮副帮主  LV5 2023年4月16日
最近浏览更多
可是不知道么  LV23 3月29日
天空java  LV8 3月23日
哪里的完整版  LV8 3月1日
wlax99  LV12 2月17日
talete  LV3 2024年9月29日
微信网友_7151914139078656  LV2 2024年9月4日
china_hdh  LV7 2024年8月29日
全斐  LV6 2024年6月19日
TY0165  LV20 2024年6月18日
chirsbey2 2024年5月10日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友