01package com.dao;
02 
03import java.util.List;
04import java.util.Map;
05 
06import com.entity.CVdetail;
07import com.entity.Cvoucher;
08 
09public interface bxDao {
10    //查询报销单
11    public List<Cvoucher> findbx(Map<String, Object> map);
12    //计数
13    public int count();
14    //查询报销单详情
15    public Cvoucher findDetails(Cvoucher c);
16    //查询报销单item列表项
17    public List<CVdetail> finditem(int id);
18    //修改报销单
19    public int updatebx(Cvoucher c);
20    //添加报销单
21    public int addbx(Cvoucher c);
22    public int findDm(String department);
23    //添加报销单item列表项
24    public  int addDetail(CVdetail de);
25    public int delitem(int main);
26    //审核
27    public int updateStatus(Cvoucher c);
28     
29 
30}
最近下载更多
xfcxzks  LV1 5月2日
yangyuer  LV1 2024年4月26日
kkkaaaa  LV3 2023年5月18日
wanglinddad  LV55 2022年2月24日
bin2337  LV4 2021年11月24日
1294800221  LV1 2021年8月30日
zhangx105888  LV1 2021年7月28日
01  LV1 2021年7月13日
457229171  LV7 2021年7月3日
xufei123  LV4 2021年6月2日
最近浏览更多
xfcxzks  LV1 5月1日
暂无贡献等级
唐唐丶  LV34 2024年9月12日
krispeng  LV15 2024年8月12日
李朝磊  LV18 2024年6月28日
yunsgui  LV1 2024年6月25日
happySuperman  LV2 2024年6月4日
李俊雄  LV3 2024年5月8日
educationAAA  LV11 2024年5月2日
yangyuer  LV1 2024年4月26日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友