xuxiuxi
2017-07-19 d139906e39aa91d57eb38a6b3e768718eef56333
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package cn.com.basic.face.service.sqlite;
 
import java.util.List;
 
import cn.com.basic.face.discern.entity.Dictionary;
 
public class DepartmentDao {
 
 
    /**
     * 已数据字典封装的部门List
     * @return
     */
    public List<Dictionary> loadDepartmentDictionary() {
 
        return null;
    }
 
}