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);
}
最近下载更多
justin8023  LV3 2023年7月10日
泓鼎168  LV19 2023年6月27日
841146628  LV4 2023年6月12日
ly4910  LV3 2023年5月31日
tingyus  LV5 2023年4月22日
斧头帮副帮主  LV5 2023年4月16日
zxc131313  LV12 2023年4月8日
李亮  LV19 2023年3月5日
1515890105  LV2 2023年3月4日
yunYUN123  LV1 2023年2月19日
最近浏览更多
WBelong  LV7 3月29日
quartz  LV7 3月13日
段贤锐  LV8 2月29日
graceful 2023年10月18日
暂无贡献等级
zhaozhiqi  LV5 2023年10月10日
微信网友_6658091507814400  LV3 2023年10月9日
000000000000000000 2023年9月21日
暂无贡献等级
木木不爱安妮酱  LV10 2023年9月16日
czdczd  LV3 2023年9月7日
小温ggggg  LV6 2023年9月1日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友