01 | package com.test.dao; |
02 |
03 | import java.util.List; |
04 | import java.util.Map; |
05 |
06 | import com.test.entity.Deptinfo; |
07 |
08 | public interface IDeptDao { |
09 | |
10 | public List<Deptinfo> queryDept(Map<String ,String> content); |
11 |
12 | public Deptinfo getDept(String id); |
13 | |
14 | public int addDept(Map<String ,String> content); |
15 | |
16 | public int saveDept(Map<String ,String> content); |
17 | |
18 | public int deleteDept(String[] ids); |
19 |
20 | } |

1763316068 LV2
2019年6月12日
dingdehong LV10
2018年12月27日
lxl1234 LV9
2018年10月28日
陈铳123456 LV1
2018年7月4日
zxd456 LV7
2018年5月28日
1579199398 LV2
2018年4月1日
xiaodada LV7
2017年12月11日
huixian LV1
2017年10月20日
CHK141 LV2
2017年10月16日
1147870524 LV2
2017年10月1日