01 | package com.dao; |
02 |
03 | import java.util.List; |
04 | import java.util.Map; |
05 |
06 | import com.entity.CVdetail; |
07 | import com.entity.Cvoucher; |
08 |
09 | public 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日
微信网友_7187750786453504
2024年9月29日
暂无贡献等级
唐唐丶 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日